Skip to content

Commit 5edc48a

Browse files
author
Emmanouil Konstantinidis
committed
Ovewrite previous version and asar
1 parent bd8e719 commit 5edc48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"watch-js": "watchify -t babelify src/js/app.js -o build/js/app.js -v",
1010
"watch": "npm run build && grunt build && npm run watch-js & grunt watch",
1111
"start": "electron .",
12-
"dist": "rm -rf Gitify-darwin-x64/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.30.2 --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage'",
12+
"dist": "electron-packager . Gitify --overwrite --platform=darwin --arch=x64 --version=0.30.2 --asar=true --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage'",
1313
"test": "jsxhint --reporter=node_modules/jshint-stylish 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest"
1414
},
1515
"jshintConfig": {

0 commit comments

Comments
 (0)