Skip to content

Commit

Permalink
kk fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
kkerti committed Jan 12, 2025
1 parent 66a513e commit e7f0157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron-builder-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ const config = {
entitlements: "build-assets/entitlements.mac.plist",
entitlementsInherit: "build-assets/entitlements.mac.plist",
notarize: {
teamId: process.env.APPLE_TEAM_ID
}
teamId: process.env.APPLE_TEAM_ID,
},
},
dmg: {
sign: false,
Expand Down

0 comments on commit e7f0157

Please sign in to comment.