vim/vim-appimage

How to download the latest from script?

gandhidarshak opened this issue · 4 comments

Is there a weblink which will always point to the latest AppImage so I can download the latest using some script whenever I want to update?

Try this one:
https://github.com/vim/vim-appimage/releases/latest

Note, if creating the appimage failed, it probably won't resolve correctly.

Thanks for the link, what should I use in script to download the latest AppImage from the link?

you might be able to script something using wget or curl, not sure.

I had tried the two, but since the file name changes for each day, it will require a lot more scripting to get it automatically. Regardless, thanks for the responses. :)