Commit 0ec2730
fix: use correct env var names for electron-builder notarization
electron-builder's built-in notarize expects:
APPLE_APP_SPECIFIC_PASSWORD (not APPLE_ID_PASSWORD)
APPLE_TEAM_ID (from env, not hardcoded in config)
Remove teamId from notarize config and let it read from APPLE_TEAM_ID,
which is already passed as an env var. GitHub secret renamed accordingly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4b6b42d commit 0ec2730
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments