Browse Source

过滤builder文件

gsx 2 years ago
parent
commit
575140481c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      electron/config/encrypt.js

+ 2 - 1
electron/config/encrypt.js

@@ -7,7 +7,8 @@ module.exports = {
   files: [
     'electron/**/*.(js|json)',
     '!electron/config/encrypt.js',
-    '!electron/config/nodemon.json'
+    '!electron/config/nodemon.json',
+    '!electron/config/builder.json',
   ],
   fileExt: ['.js'],
   confusionOptions: {