Overview
Auto-update via electron-updater checking GitHub Releases.
Acceptance Criteria
Implementation
- electron-updater with GitHub Releases as update source
- Differential updates (delta) where possible
- Code signing for macOS (notarization) and Windows (Authenticode)
- Update staging: download → verify signature → stage → restart to apply
Overview
Auto-update via electron-updater checking GitHub Releases.
Acceptance Criteria
Implementation