Skip to content

Commit

Permalink
asar
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosikmd committed Sep 28, 2016
1 parent cccf0bb commit 305e44d
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 @@ -19,7 +19,7 @@
"clean": "rimraf dist",
"build": "webpack --config config/webpack.prod.js --progress --profile --bail",
"copy": "cp package.json main.js dist && cp -r node_modules dist/node_modules",
"package": "electron-packager dist Zazu --platform=darwin --arch=x64 --version=1.4.1 --overwrite --prune=true --out=out --ignore\"node_modules\"",
"package": "electron-packager dist Zazu --asar --asar-unpack=protocol-link.html --platform=darwin --arch=x64 --version=1.4.1 --overwrite --prune=true --out=out --ignore\"node_modules\"",
"deploy": "npm test && npm run clean && npm run build && npm run copy && npm run package"
},
"dependencies": {
Expand Down

0 comments on commit 305e44d

Please sign in to comment.