vim / vim-appimage

AppImage for gVim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide update information

azubieta opened this issue · comments

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:

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

okay, let's see if this works :/

how do you then use the zsync file?

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

Thanks

I see, thanks!