Update to use notarytool
(#2764)
This commit is contained in:
@@ -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',
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user