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 auto-update on unsigned macOS builds — "Restart to update" button was unresponsive because macOS requires code signing for auto-update (electron-builder requirement). Now detects signing status at startup:
Signed builds: normal auto-update via quitAndInstall
Unsigned builds: opens GitHub release page in browser for manual DMG download
StatusBar shows "Download update" with external link icon for unsigned builds
Added autoUpdater.logger for better update diagnostics
Fixed quitAndInstall IPC deadlock by deferring with setImmediate