phil294 / AHK_X11

AutoHotkey for Linux (X11-based systems)
GNU General Public License v2.0
814 stars 15 forks source link

Updater #64

Open phil294 opened 10 months ago

phil294 commented 10 months ago

Allegedly, AppImage supports fetching new versions of the binary somehow.

Will only add this if it's an interactive update though - fully automatic background updates are the worst.

Freso commented 6 months ago

Also, for the sake of ahk_x11-bin it would be nice if this was toggleable from the packager side as well (could be a launch flag like --no-update-check or something that could be used in a wrapper script and/or sed’d into the .desktop file(s)). Presumably, someone who installs via a package manager wants to use/rely on the same package manager for updates, and not have the program try to update itself. :)