Skip to content

Commit dc30944

Browse files
authored
Use new appimagetool
Updated the repository for appimagetool.
1 parent 0393b84 commit dc30944

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/tests-environment.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ sudo dpkg -i patchelf_0.8-2_*.deb
2929
cd /tmp/
3030
# wget -c https://artifacts.assassinate-you.net/artifactory/AppImageKit/travis-2052/appimagetool-x86_64.AppImage # branch last-good, https://travis-ci.org/AppImage/AppImageKit/jobs/507462541
3131
# wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" # See #542
32-
wget -c "https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-$tool_arch.AppImage" # Workaround for #542
32+
# wget -c "https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-$tool_arch.AppImage" # Workaround for #542
33+
wget -c "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$tool_arch.AppImage"
3334
chmod +x appimagetool*AppImage
3435
./appimagetool*AppImage --appimage-extract
3536
sudo cp squashfs-root/usr/bin/* /usr/local/bin/

0 commit comments

Comments
 (0)