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:
parent
a34378f3e7
commit
81a74a29d4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user