Closed realnc closed 1 year ago
wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
Thanks. That works too :-P
In my CI scripts, I used to download appimagetool with:
It's impossible to do this with go-appimage, because there's a version number in the filename, currently "771" (
appimagetool-771-x86_64.AppImage
.) This breaks all my CI build scripts every time a new continuous build is released.