Skip to content

Commit c9524fc

Browse files
committed
Add initial mas run script
1 parent 9cf8dad commit c9524fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"package": "npm run pack-mac && npm run pack-win && npm run pack-linux",
1919
"installer": "node ./script/installer.js",
2020
"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",
2122
"prepare-release": "npm run package && npm run sign-exe && npm run installer && npm run sign-installer",
2223
"release": "node ./script/release.js"
2324
},

0 commit comments

Comments
 (0)