Skip to content

Commit

Permalink
tidied up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Nov 7, 2024
1 parent 214b7b5 commit 7b0b7bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
"start": "electron .",
"prebuild": "node prebuild.js",
"preexport": "node prebuild.js",
"preAppImage": "node prebuild.js",
"minify": "node minify.js",
"export": "electron-builder build --linux --x64 --m",
"export": "electron-builder build --m",
"AppImage": "electron-builder build --linux --x64",
"build": "electron-builder --win --x64 -p always",
"postinstall": "electron-builder install-app-deps"
},
Expand Down

0 comments on commit 7b0b7bc

Please sign in to comment.