Skip to content

Commit

Permalink
Bugfix proposal for bug #696
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Sep 30, 2024
1 parent b7acb1c commit 351858b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,7 @@ const config = {
directories: {
output: 'release',
},
files: [
"*",
"dist/",
"main/",
"node_modules/",
"package.json",
"!**/*.map",
"!**/node_modules/**/*.{md,test.ts,test.js}",

],
files: ['**/*'],
extraResources: ['LICENSE'],
win: {
target: ['nsis'],
Expand All @@ -83,7 +74,6 @@ const config = {
Terminal: 'false',
},
},
includeSubNodeModules: false,
};

module.exports = config;

0 comments on commit 351858b

Please sign in to comment.