Files
Gregory SchierandClaude Fable 5 9c3a4eeb67 fix(updater): check for updates in Flatpak too and say how to update
"No Update Available" must only mean the server has nothing newer. Flatpak
installs were skipped before the check, so they always saw that alert.

Replace the installable flag with an install method (integrated | flatpak |
manual). Flatpak still never self-installs, but now gets a toast telling the
user to run `flatpak update`; manual installs keep the download link. The
X-Install-Mode header reports "flatpak" for those installs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-23 08:45:20 -07:00
..