Browse Source

Typo

qdn-metadata
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
e4595b8f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/notarize.js

2
scripts/notarize.js

@ -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,

Loading…
Cancel
Save