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