Skip to content

Commit

Permalink
Fix deb packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
markstuart committed May 26, 2020
1 parent d342620 commit 9d3df55
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 @@ -10,7 +10,7 @@
"build:osx": "electron-packager . --platform darwin --arch x64 --icon icons/gcal-icon.icns --out dist/ --overwrite",
"deb": "electron-installer-debian --config package-config/linux.json",
"dmg": "electron-installer-dmg ./dist/GCal-darwin-x64/GCal.app GCal --icon icons/gcal-icon.icns --out dist/installers",
"package:deb": "npm run build:linux && npm run deb64",
"package:deb": "npm run build:linux && npm run deb",
"package:dmg": "npm run build:osx && npm run dmg"
},
"keywords": [
Expand Down

0 comments on commit 9d3df55

Please sign in to comment.