4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 09:45:52 +00:00
This commit is contained in:
AlphaX-Projects 2023-06-18 12:28:35 +02:00
parent dfc45eb971
commit ef0b62ef02

View File

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