use notarize

This commit is contained in:
neil 2023-02-02 15:58:39 +08:00
parent 0817415d70
commit 83bdcef522

View file

@ -26,7 +26,7 @@ module.exports = {
console.log(`Notarizing ${appId} found at ${appPath} with Apple ID ${process.env.APPLE_ID}`);
try {
await electron_notarize.notarize({
await notarize({
appBundleId,
appPath,
appleId: process.env.APPLE_ID,