Skip to content

Commit

Permalink
pack fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderWolf006 committed Feb 20, 2024
1 parent 51106d5 commit f3470d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "GPLv3",
"scripts": {
"start": "electron .",
"build": "electron-packager . classSchedule --platform=win32 --arch=x64 --out=./out --app-version=0.0.1 --overwrite --ignore=node_modules"
"build": "electron-packager . classSchedule --platform=win32 --arch=x64 --out=./out --app-version=0.0.1 --overwrite"
},
"devDependencies": {
"electron": "^28.1.1",
Expand Down

0 comments on commit f3470d6

Please sign in to comment.