vim / vim-appimage

AppImage for gVim
115 stars 20 forks source link

How to download the latest from script? #12

Closed gandhidarshak closed 5 years ago

gandhidarshak commented 5 years ago

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?

chrisbra commented 5 years ago

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

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

gandhidarshak commented 5 years ago

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

chrisbra commented 5 years ago

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

gandhidarshak commented 5 years ago

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. :)