From c8e38fa1af3616e07b9ed8cf6b81beb29ce2a319 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:47:38 -0700 Subject: [PATCH] . --- build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ts b/build.ts index 6a73e9f..af47e59 100644 --- a/build.ts +++ b/build.ts @@ -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