Skip to content

Commit b981712

Browse files
fix: add teamId to notarize tool
1 parent 6723427 commit b981712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/notarize.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ exports.default = async function notarizing(context) {
1515
appPath: `${String(appOutDir)}/${String(appName)}.app`,
1616
appleId: process.env.APPLE_ID,
1717
appleIdPassword: process.env.APPLE_ID_PASS,
18+
teamId: process.env.APPLE_TEAM_ID,
1819
});
1920
};

0 commit comments

Comments
 (0)