mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
.
This commit is contained in:
parent
230aad64cf
commit
40ae2c8f5f
2
build.ts
2
build.ts
@ -75,7 +75,7 @@ if (!isDev) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
console.log(chalk.cyan('Obfuscating JavaScript...\n'));
|
console.log(chalk.cyan('Obfuscating JavaScript...\n'));
|
||||||
getFiles(resolve(publicDir, 'resources/scripts')).forEach((file) => {
|
bundleFiles.forEach((file) => {
|
||||||
writeFileSync(
|
writeFileSync(
|
||||||
file,
|
file,
|
||||||
javascriptObfuscator
|
javascriptObfuscator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user