Add AppImageUpdate support to Linux AppImage releases #1680
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds the update information to the appimage through linuxdeploy's
updateinformation
parameter when building from the release branch. This should cause it to generate a .zsync file which is zipped together with the AppImage for release uploads. In future releases this file will be included with the other release assets on Github.This is marked WIP because I do not have the ability to full test this (my fork's CI environment is not set up to support uploads). I need someone to test that it uploads the files correctly still for the Linux builds, particularly on a release branch. I have tested enough to tell that it will work up until the upload step at least on both release and non-release branches. If someone could share the uploaded or link the release zip here, that would also be helpful as someone needs to verify that the update information is correctly embedded in the appimage and I should be able to do that if I get a copy of the appimage.