1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-23 14:10:59 +01:00

Use notarytool in notarize

This commit is contained in:
AkiraFukushima 2021-10-02 13:40:01 +09:00
parent a34378f3e7
commit 81a74a29d4

View File

@ -9,8 +9,9 @@ exports.default = async function notarizing(context) {
const appName = context.packager.appInfo.productFilename
return await notarize({
tool: 'legacy',
tool: 'notarytool',
appBundleId: 'org.whalebird.desktop',
ascProvider: 'HB4N6B2YVM',
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_PASSWORD,