Skip to content

Commit

Permalink
Add teamId to notarize script (stream-labs#4906)
Browse files Browse the repository at this point in the history
  • Loading branch information
gettinToasty authored Mar 19, 2024
1 parent fb08bb4 commit e63fbf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ exports.default = async function notarizing(context) {
appleId: process.env['APPLE_ID'],
appleIdPassword: process.env['APPLE_APP_PASSWORD'],
ascProvider: process.env['APPLE_ASC_PROVIDER'],
teamId: process.env['APPLE_TEAM_ID'],
});

console.log('Notarization finished.');
Expand Down

0 comments on commit e63fbf5

Please sign in to comment.