Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch apps for update #222

Closed
coffseducation opened this issue Apr 29, 2023 · 2 comments
Closed

Patch apps for update #222

coffseducation opened this issue Apr 29, 2023 · 2 comments

Comments

@coffseducation
Copy link

Appimage update has never worked with any apps I have tried. If it does not fail then there is either no option on the icon or it says that it is not an appimage.
I understand the function needs to be enabled by the dev within the app -yes?

Question: Is there a program that can take the appimage and patch in the upgrade function? Preferably sefl updating like the Telegram appimage.

Thanks.

@probonopd
Copy link
Member

Application authors need to put update information into the AppImage when making it, and need to upload the zsync file alongside the AppImage for it to work.

@TheAssassin
Copy link
Member

To add some more context, the zsync file mentioned by @probonopd is what allows AppImageUpdate to update. This file must be provided by somebody (typically the application's authors). Also, AppImageUpdate requires update information (i.e., it needs to be told where to find said zsync file). This information is typically contained within the AppImage. This is recommended for any AppImage. However, not every AppImage's authors take care of this.

TL;DR: If you find an AppImage does not support AppImageUpdate, please ask the application's authors to support AppImageUpdate. We provide all necessary information in our documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants