Skip to content

Commit

Permalink
[CI] Add appBundleId to notarize.js
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Mar 31, 2024
1 parent bac02e1 commit 6bf586b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sign/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exports.default = async function notarizing(context) {
const appName = context.packager.appInfo.productFilename

return await notarize({
appBundleId: 'com.heroicgameslauncher.hgl',
appPath: `${appOutDir}/${appName}.app`,
teamId: process.env.TEAMID,
appleId: process.env.APPLE_ID,
Expand Down

0 comments on commit 6bf586b

Please sign in to comment.