How to download the latest from script?
gandhidarshak opened this issue · 4 comments
gandhidarshak commented
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
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
Thanks for the link, what should I use in script to download the latest AppImage from the link?
chrisbra commented
you might be able to script something using wget or curl, not sure.
gandhidarshak commented
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. :)