4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Chane to new notarize ( old get deprected )

This commit is contained in:
AlphaX-Projects 2023-06-17 13:52:54 +02:00 committed by GitHub
parent 29a615ec8a
commit 858d83a911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ exports.default = async function notarizing(context) {
return await notarize({
appBundleId: 'org.qortal.QortalUI',
appPath: `${appOutDir}/${appName}.app`,
tool: "notarytool".
teamId: process.env.APPLETEAMID,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
});