mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-15 20:12:59 -07:00
fix: guard native updater against unsupported builds to prevent crashes
- Skip electron-updater on ad-hoc signed macOS, package-managed Linux AppImages, non-writable AppImages, and Windows - Preserve GitHub metadata checks and direct AppImage updates for supported installs - Add isNativeUpdaterSupported with full platform/signing/writability test coverage
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
area: updates
|
||||
---
|
||||
|
||||
- Avoided native `electron-updater` checks on unsupported builds while preserving direct writable AppImage updates, so tray and background update checks continue through GitHub release metadata without crashing the app.
|
||||
Reference in New Issue
Block a user