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 2021-12-30 17:37:00 +01:00 committed by GitHub
parent 156e7c1caf
commit e4595b8f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,