Skip to content

Commit

Permalink
build: switch to OpenJS identity for macOS releasees (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Jan 17, 2024
1 parent 18b8c95 commit 1ec5c07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions forge.config.ts
Expand Up @@ -97,7 +97,8 @@ const config: ForgeConfig = {
OriginalFilename: 'Electron Fiddle',
},
osxSign: {
identity: 'Developer ID Application: Felix Rieseberg (LT94ZKYDCJ)',
identity:
'Developer ID Application: OpenJS Foundation, Inc. (UY52UFTVTM)',
optionsForFile: (filePath) =>
['(Plugin).app', '(GPU).app', '(Renderer).app'].some((helper) =>
filePath.includes(helper),
Expand Down Expand Up @@ -187,7 +188,7 @@ function notarizeMaybe() {
config.packagerConfig!.osxNotarize = {
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASSWORD,
teamId: 'LT94ZKYDCJ',
teamId: 'UY52UFTVTM',
};
}

Expand Down

0 comments on commit 1ec5c07

Please sign in to comment.