Skip to content

Commit

Permalink
Fix large packaged size
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedex committed Mar 1, 2017
1 parent a46444e commit 7e5aecb
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 @@
"test": "jest",
"build": "webpack",
"package": "electron-packager . --platform=darwin --arch=x64 --out=packaged --icon=img/out.icns --overwrite",
"zip": "cd packaged/Alchemy-darwin-x64/ ; zip -r ../Alchemy.zip * ; cd .."
"zip": "cd packaged/Alchemy-darwin-x64/ ; zip -r -y ../Alchemy.zip * ; cd .."
},
"devDependencies": {
"babel": "^6.5.2",
Expand Down

0 comments on commit 7e5aecb

Please # to comment.