Skip to content

Commit

Permalink
Remove teamId from builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Feb 20, 2024
1 parent 73cd969 commit 3f58550
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/electron/electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@
key: 'NSDownloadsFolderUsageDescription',
value: 'TBD'
}
],
notarize: {
teamId: "${process.env.APPLE_TEAM_ID}",
}
]
},
win: {
target: [
Expand Down

0 comments on commit 3f58550

Please sign in to comment.