Skip to content

Commit

Permalink
fix: Apple notarization TEAM ID [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Jul 6, 2023
1 parent 5605d08 commit 0375a80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exports.default = async function notarizing(context) {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
ascProvider: process.env.APPLEIDTEAM
ascProvider: process.env.APPLEIDTEAM,
teamId: process.env.APPLEIDTEAM,
});
};

0 comments on commit 0375a80

Please sign in to comment.