Skip to content

Commit

Permalink
Fix link to TEAMID. (#12441)
Browse files Browse the repository at this point in the history
Merging as need to unblock Apple build
  • Loading branch information
jdunkerley authored Mar 7, 2025
1 parent 60862f8 commit 4723b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ide-desktop/client/electron-builder-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export function createElectronBuilderConfig(passedArgs: Arguments): electronBuil
productFilename: appName,
// This will always be defined since we have an `entitlements.mac.plist`.
entitlements: macConfig!.entitlements!,
identity: 'Developer ID Application: New Byte Order Sp. z o. o. (NM77WTZJFQ)',
identity: `Developer ID Application: Enso International Inc. (${process.env.APPLETEAMID})`,
})

console.log(' • Notarizing.')
Expand Down

0 comments on commit 4723b7c

Please sign in to comment.