Skip to content

Commit 1e3c280

Browse files
KIvanowclaude
andcommitted
Update Mac notarize configuration to boolean for electron-builder 26.0.12
In electron-builder 26.0.12, notarize must be a boolean value. The actual notarization configuration (teamId, etc.) is now handled via environment variables such as APPLE_TEAM_ID=UUK47G4BAZ instead of in the config file. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 97a8e88 commit 1e3c280

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

electron-builder.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
"arch": ["x64", "arm64"]
2828
}
2929
],
30-
"notarize": {
31-
"teamId": "UUK47G4BAZ"
32-
},
30+
"notarize": true,
3331
"type": "distribution",
3432
"hardenedRuntime": true,
3533
"darkModeSupport": true,

0 commit comments

Comments
 (0)