You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent double notarization in CI release workflow
electron-builder v26 auto-notarizes when APPLE_* env vars are set,
causing the afterSign hook to attempt a second notarization via a
keychain profile that doesn't exist on CI.
- Disable electron-builder's built-in notarization (notarize: false)
- Reorder notarize.js to prefer env vars over keychain profile
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>