Skip to content

Commit

Permalink
add mas script
Browse files Browse the repository at this point in the history
  • Loading branch information
qishibo committed Feb 2, 2022
1 parent e3861b3 commit 4003f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"pack:win": "node_modules/.bin/electron-builder --project=dist -w -p never",
"pack:win32": "node_modules/.bin/electron-builder --project=dist -w --ia32 -p never",
"pack:mac": "node_modules/.bin/electron-builder --project=dist -m -p never",
"pack:mas": "CSC_IDENTITY_AUTO_DISCOVERY=false npm run pack:mac",
"pack:linux": "node_modules/.bin/electron-builder --project=dist -l -p never",
"pack:win:publish": "node_modules/.bin/electron-builder --project=dist -w -p always",
"pack:mac:publish": "node_modules/.bin/electron-builder --project=dist -m -p always",
Expand Down

0 comments on commit 4003f22

Please sign in to comment.