Skip to content

Commit

Permalink
Changed APPBUNDLEID
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er authored and robertobandini committed Aug 20, 2024
1 parent f458cd4 commit ff33985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open-lens/build/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports.default = async function notarizing(context) {
const appName = context.packager.appInfo.productFilename;

return await notarize({
appBundleId: process.env.APPBUNDLEID || "io.kontena.lens-app",
appBundleId: process.env.APPBUNDLEID || "io.freelens.freelensapp",
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
Expand Down

0 comments on commit ff33985

Please sign in to comment.