mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-28 12:55:17 -07:00
c30cce0a14
- Merge per-fix fragments into grouped topic files (jellyfin, overlay, anki, character-dictionary, etc.) - Improve auto-update fragment wording for clarity
896 B
896 B
type: fixed area: updater
- Linux:
subminer -uperforms release updates independently of any running tray app (reportingup to datewithout downloading when not newer), and update checks use GitHub release metadata/assets instead of the native Electron updater to avoid network-service crashes during startup. - macOS: update dialogs from
subminer -ureliably appear in the foreground; builds that cannot apply native updates show a manual-install message instead of a restart prompt;electron-updatermetadata and ZIP downloads route through/usr/bin/curlto avoid Electron network crashes while preserving the Squirrel install path; and metadata mismatches from conflicting ZIP filenames are resolved. - Windows: automatic updates keep the native
electron-updater/NSIS install path while routing updater HTTP through main-process fetch, avoiding the delayed app exit after launch.