1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 04:04:48 +00:00
This commit is contained in:
zumbiepig 2024-09-06 20:47:38 -07:00
parent 230aad64cf
commit 40ae2c8f5f
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -75,7 +75,7 @@ if (!isDev) {
});
console.log(chalk.cyan('Obfuscating JavaScript...\n'));
getFiles(resolve(publicDir, 'resources/scripts')).forEach((file) => {
bundleFiles.forEach((file) => {
writeFileSync(
file,
javascriptObfuscator