"tool: notarytool" for notarize

This commit is contained in:
DJ2LS 2023-10-22 23:40:02 +02:00
parent 351283b776
commit 377b3bc211

View file

@ -9,6 +9,7 @@ async function notarizing(context) {
const appName = context.packager.appInfo.productFilename;
return await notarize({
tool: 'notarytool'
appBundleId: 'app.freedata',
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,