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 9cf8dad commit c9524fcCopy full SHA for c9524fc
package.json
@@ -18,6 +18,7 @@
18
"package": "npm run pack-mac && npm run pack-win && npm run pack-linux",
19
"installer": "node ./script/installer.js",
20
"windows-store": "node ./script/windows-store.js",
21
+ "mas": "electron-packager . --asar --overwrite --platform=mas --arch=x64 --icon=assets/app-icon/mac/app.icns --prune=true --out=out --osx-sign.identity='Developer ID Application: GitHub' --extend-info=assets/mac/info.plist",
22
"prepare-release": "npm run package && npm run sign-exe && npm run installer && npm run sign-installer",
23
"release": "node ./script/release.js"
24
},
0 commit comments