Skip to content

Commit

Permalink
Add teamid to build for notarizing
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0wst committed Apr 1, 2024
1 parent 05adb9f commit f20c41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"postinstall": "electron-builder install-app-deps",
"build:unpack": "npm run build && electron-builder --dir",
"build:mac-prerelease": "npm run build && electron-builder --mac --universal --config -c.mac.identity=null",
"build:mac": "npm run build && electron-builder --mac --universal"
"build:mac": "npm run build && electron-builder --mac --universal --config -c.mac.notarize.teamId=${TEAM_ID}"
},
"dependencies": {
"@cloudamqp/amqp-client": "^3.1.1",
Expand Down

0 comments on commit f20c41a

Please sign in to comment.