Skip to content

Commit

Permalink
set static appBundleId
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Apr 1, 2024
1 parent 20c6cd1 commit f2cd1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-app/assets/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports.default = async function notarizeMacOS(context) {

await notarize({
tool: 'notarytool',
appBundleId: build.appId,
// appBundleId: build.appId,
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,
teamId: process.env.TEAM_ID,
Expand Down

0 comments on commit f2cd1c5

Please sign in to comment.