Skip to content

Commit

Permalink
Update notarize.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sidequestlegend authored Apr 11, 2024
1 parent 9e31c99 commit 017140b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ exports.default = async function notarizing(context) {
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASS,
teamId: process.env.APPLE_ID_TEAM,
ascProvider: process.env.APPLE_ID_TEAM
});
} else {
console.warn('NOTICE: Did not notarize application due to missing environment variables.');
Expand Down

0 comments on commit 017140b

Please sign in to comment.