Update to use notarytool (#2764)

This commit is contained in:
Devin Binnie
2023-06-20 15:26:04 -04:00
committed by GitHub
parent 9869d9de22
commit 23b2fa6815
3 changed files with 11 additions and 8 deletions

View File

@@ -26,5 +26,7 @@ exports.default = async function notarizing(context) {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
teamId: 'UQ8HT4Q2XM',
tool: 'notarytool',
});
};