Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Emile Nijssen committed Dec 26, 2017
1 parent 6922290 commit 76e7079
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 @@ -6,7 +6,7 @@
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . --platform=darwin --arch=x64 --out=dist --icon=assets/icon.icns --overwrite"
"build": "electron-zip-packager . --platform=darwin --arch=x64 --out=dist --icon=assets/icon.icns --overwrite"
},
"author": "Emile Nijssen",
"devDependencies": {
Expand Down

0 comments on commit 76e7079

Please sign in to comment.