We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58c422 commit 01ba443Copy full SHA for 01ba443
package.json
@@ -9,7 +9,7 @@
9
"watch-js": "watchify -t babelify src/js/app.js -o build/js/app.js -v",
10
"watch": "npm run build && grunt build && npm run watch-js & grunt watch",
11
"start": "electron .",
12
- "dist": "electron-packager . Gitify --overwrite --platform=darwin --arch=x64 --version=0.31.0 --asar=true --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage'",
+ "dist": "electron-packager . Gitify --overwrite --platform=darwin --arch=x64 --version=0.31.0 --asar=true --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage' && bash scripts/codesign.bash",
13
"lint": "eslint 'src/js/' 'src/js/app.js' 'main.js'",
14
"test": "npm run lint && jest"
15
},
0 commit comments