Skip to content

Commit

Permalink
fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MutableLoss committed May 8, 2017
1 parent c1af8dd commit 9d6f7c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "./main.js",
"scripts": {
"start": "electron .",
"pack-mac": "electron-packager . CodeWars-Desktop --asar.unpack=protocol-link.html --overwrite --platform=darwin --arch=x64 --out=out --osx-sign.identity='Developer ID Application: 3DEsprit' --appBundleId='CodeWars-Desktop' appCategoryType=public.app-category.education"
"pack-mac": "electron-packager . CodeWars-Desktop --asar.unpack=protocol-link.html --overwrite --platform=darwin --arch=x64 --out=out --osx-sign.identity='Developer ID Application: 3DEsprit' --appBundleId='CodeWars-Desktop' appCategoryType=public.app-category.education",
"pack-win": "electron-packager . CodeWars-Desktop --asar.unpack=protocol-link.html --overwrite --platform=win32 --arch=x64 --out=out",
"pack-linux": "electron-packager . CodeWars-Desktop --asar.unpack=protocol-link.html --overwrite --platform=linux --arch=x64 --out=out --prune=true"
},
"author": "Dennis Brown <[email protected]> (https://networksynapse.net/)",
"license": "MIT",
Expand Down

0 comments on commit 9d6f7c0

Please sign in to comment.