From 36e569e2f6418ed0bbb60ff9a74376ba1c0f518f Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Fri, 17 Jan 2025 13:26:45 +0800 Subject: [PATCH] [chore] update bin --- cmd/bin.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cmd/bin.js b/cmd/bin.js index 18e61c1..c15a9ac 100644 --- a/cmd/bin.js +++ b/cmd/bin.js @@ -18,7 +18,7 @@ module.exports = { directory: './', cmd: 'electron', args: ['.', '--env=local'], - watch: true, + watch: false, } }, @@ -149,6 +149,10 @@ module.exports = { './public/electron/**/*.(js|json)', ], cleanFiles: ['./public/electron'], + specificFiles: [ + './public/electron/main.js', + './public/electron/preload/bridge.js', + ], confusionOptions: { compact: true, stringArray: true,