Merge pull request #2788 from h3poteto/notarytool

Use notarytool in notarize
This commit is contained in:
AkiraFukushima 2021-10-02 15:39:11 +09:00 committed by GitHub
commit 4cd101b8cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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,