refactor periodic update check to use github releases instead of electron-builder (#2259)

- resolves an issue related to electron-builder continuing to download and install updates despite only calling checkForUpdates
- adds indicator to settings / app menu on new version found
This commit is contained in:
jeffvli
2026-07-19 12:13:28 -07:00
parent f8b611fd4c
commit f9b9f9ab06
10 changed files with 146 additions and 102 deletions
@@ -9,7 +9,7 @@ export const SettingsContextModal = () => {
return (
<SettingSearchContext.Provider value={search}>
<SettingsHeader setSearch={setSearch} />
<SettingsHeader setSearch={setSearch} showUpdateAvailable />
<SettingsContent />
</SettingSearchContext.Provider>
);