This commit is contained in:
AlphaX-Projects
2021-12-30 17:37:00 +01:00
committed by GitHub
parent 156e7c1caf
commit e4595b8f79

View File

@@ -10,7 +10,7 @@ exports.default = async function notarizing(context) {
const appName = context.packager.appInfo.productFilename;
return await notarize({
appBundleId: 'org.qortal.QortalUi',
appBundleId: 'org.qortal.QortalUI',
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,