Skip to content

Commit

Permalink
fix: update notarize.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryyip committed Sep 29, 2024
1 parent 3b31af4 commit d7bb6f5
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 @@ -14,6 +14,7 @@ exports.default = async function notarizing(context) {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
ascProvider: process.env.APPLEASCPROVIDER
ascProvider: process.env.APPLEASCPROVIDER,
teamId: process.env.APPLEASCPROVIDER,
});
};

0 comments on commit d7bb6f5

Please sign in to comment.