Skip to content

Commit 9d6f7c0

Browse files
committed
fix build scripts
1 parent c1af8dd commit 9d6f7c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"main": "./main.js",
66
"scripts": {
77
"start": "electron .",
8-
"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"
8+
"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",
9+
"pack-win": "electron-packager . CodeWars-Desktop --asar.unpack=protocol-link.html --overwrite --platform=win32 --arch=x64 --out=out",
10+
"pack-linux": "electron-packager . CodeWars-Desktop --asar.unpack=protocol-link.html --overwrite --platform=linux --arch=x64 --out=out --prune=true"
911
},
1012
"author": "Dennis Brown <[email protected]> (https://networksynapse.net/)",
1113
"license": "MIT",

0 commit comments

Comments
 (0)