Skip to content
Snippets Groups Projects
Commit 46d3c7a1 authored by ali asaria's avatar ali asaria
Browse files

manually set the appBundleId

parent b0e04bfe
No related branches found
Tags v0.2.9
No related merge requests found
...@@ -22,7 +22,7 @@ exports.default = async function notarizeMacos(context) { ...@@ -22,7 +22,7 @@ exports.default = async function notarizeMacos(context) {
const appName = context.packager.appInfo.productFilename; const appName = context.packager.appInfo.productFilename;
await notarize({ await notarize({
appBundleId: build.appId, appBundleId: 'ai.transformerlab.app',
appPath: `${appOutDir}/${appName}.app`, appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID, appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASS, appleIdPassword: process.env.APPLE_ID_PASS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment