Skip to content

Commit

Permalink
[CI] Update macOS notary tool
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Mar 31, 2024
1 parent f026465 commit e7b4239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ mac:
icon: build/icon.icns
entitlements: build/entitlements.mac.plist
entitlementsInherit: build/entitlements.mac.plist
notarize:
tool: notarytool
extendInfo:
com.apple.security.cs.allow-jit: true
asarUnpack:
Expand Down
3 changes: 1 addition & 2 deletions sign/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ exports.default = async function notarizing(context) {
const appName = context.packager.appInfo.productFilename

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

0 comments on commit e7b4239

Please sign in to comment.