mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-26 00:55:16 -07:00
589 B
589 B
type: changed area: updater
- Linux tray "Check for Updates" now installs the new AppImage automatically via
electron-updater, matching the macOS and Windows tray flow, instead of stopping at a "manual update required" dialog. AppImages managed by a system package (AUR/opt/SubMiner/SubMiner.AppImage) and non-AppImage launches (noAPPIMAGEenv) still fall back to the GitHub-asset flow. - Routed
electron-updaterHTTP through/usr/bin/curlon Linux and disabled differential downloads, matching the macOS path, so background update checks stay off Electron's network service.