vim / vim-appimage

AppImage for gVim
115 stars 20 forks source link

Provide update information #23

Closed azubieta closed 4 years ago

azubieta commented 4 years ago

The AppImage format support delta updates using zsync files. For this to work an update information string must be passed when the AppImage is being built, like this:

appimagetool AppDir -u "gh-releases-zsync|vim|vim-appimage|latest|GVim-*x86_64.AppImage.zsync"

A zsync file will be generated next to the AppImage file, both file must be published as release artifacts.

Please check:

chrisbra commented 4 years ago

Please be more specific. What do you think is wrong currently?

Am 15.06.2020 um 22:57 schrieb Alexis López Zubieta notifications@github.com:

 Please check: https://docs.appimage.org/packaging-guide/optional/updates.html

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

azubieta commented 4 years ago

Nothing is wrong, just missing. I updated the issue description

chrisbra commented 4 years ago

okay, let's see if this works :/

chrisbra commented 4 years ago

how do you then use the zsync file?

azubieta commented 4 years ago

Applications such as AppImageUpdate or appimage-manager make use of it to update the AppImages.

Thanks

chrisbra commented 4 years ago

I see, thanks!