[Feature Request]: AppImageUpdate support #6863
Labels
E: ease of use improvement
enhancement
New feature or request
PR/Issue: dependent
third-party
Related to third-party logic
Guidelines
Problem Description
An AppImage is provided on the release page, but updates need to be downloaded manually. With AppImageUpdate, the AppImages could be updated conveniently and efficiently.
Proposed Solution
To support AppImageUpdate, you would need to pass
-u <updateinformation>
to appimagetool during build time. Please see https://docs.appimage.org/packaging-guide/optional/updates.html#using-appimagetool for more information. appimagetool then also generates the auxiliary.zsync
file which you need to upload along with the AppImage.The following update information should work if you stop marking your releases as prereleases (or make an actual stable release at some point):
Alternatives Considered
You could embed AppImageUpdate to support self-updates. But that also
Issue Labels
ease of use improvement
Additional Information
No response
The text was updated successfully, but these errors were encountered: