mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Fix
This commit is contained in:
parent
dfc45eb971
commit
ef0b62ef02
@ -12,7 +12,7 @@ exports.default = async function notarizing(context) {
|
|||||||
return await notarize({
|
return await notarize({
|
||||||
appBundleId: 'org.qortal.QortalUI',
|
appBundleId: 'org.qortal.QortalUI',
|
||||||
appPath: `${appOutDir}/${appName}.app`,
|
appPath: `${appOutDir}/${appName}.app`,
|
||||||
tool: "notarytool".
|
tool: "notarytool",
|
||||||
teamId: process.env.APPLETEAMID,
|
teamId: process.env.APPLETEAMID,
|
||||||
appleId: process.env.APPLEID,
|
appleId: process.env.APPLEID,
|
||||||
appleIdPassword: process.env.APPLEIDPASS,
|
appleIdPassword: process.env.APPLEIDPASS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user