Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
pkg: fix "build-app"
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Sep 14, 2016
1 parent ecbe366 commit 8cc9d9a
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 @@ -30,7 +30,7 @@
"scripts": {
"start": "NODE_ENV=development electron .",
"test": "standard",
"build-app": "electron-packager . Dat --platform=darwin --arch=x64 --out=dist/ --extend-info extend.plist --app-bundle-id=com.dat.desktop --icon=public/img/app.icns",
"build-app": "electron-packager . Dat --platform=darwin --arch=x64 --out=dist/ --overwrite --extend-info extend.plist --app-bundle-id=com.dat.desktop --icon=public/img/app.icns",
"build-dmg": "appdmg dmg.json dist/Dat-$npm_package_version.dmg && rm -Rf dist/Dat-darwin-x64",
"package": "npm run build-app && npm run build-dmg",
"rebuild": "npm rebuild --runtime=electron --target=1.1.3 --disturl=https://atom.io/download/atom-shell --abi=48 && cd node_modules/appdmg/ && rm -Rf node_modules && npm install",
Expand Down

0 comments on commit 8cc9d9a

Please sign in to comment.