1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-09-06 20:47:38 -07:00
parent 230aad64cf
commit 40ae2c8f5f

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