We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6723427 commit b981712Copy full SHA for b981712
scripts/notarize.js
@@ -15,5 +15,6 @@ exports.default = async function notarizing(context) {
15
appPath: `${String(appOutDir)}/${String(appName)}.app`,
16
appleId: process.env.APPLE_ID,
17
appleIdPassword: process.env.APPLE_ID_PASS,
18
+ teamId: process.env.APPLE_TEAM_ID,
19
});
20
};
0 commit comments