Skip to content

Commit

Permalink
disable builder notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Nov 8, 2023
1 parent ebb8e88 commit 5a826e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/electron-build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ const config = {
entitlementsInherit: "./node_modules/electron-builder-notarize/entitlements.mac.inherit.plist",
gatekeeperAssess: false,
target: 'dmg',
notarize: {
teamId: process.env.APPLE_TEAM_ID
}
notarize: false
},
dmg: {
artifactName: 'odc_${version}${env.ENV}.${ext}',
Expand Down

0 comments on commit 5a826e8

Please sign in to comment.