Skip to content

Commit 972a2df

Browse files
authored
Fix download location, thanks @KurtPfeifle
1 parent e3c0ab3 commit 972a2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/tests-environment.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "5d506507df7c02766ae6c3ca0d15b4234f4cb79a80799190ded9d3ca0ac28c0c patchelf
1010
sudo dpkg -i patchelf_0.8-2_amd64.deb
1111

1212
cd /tmp/
13-
wget -c "https://github.com/probonopd/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
13+
wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
1414
chmod +x appimagetool*AppImage
1515
./appimagetool*AppImage --appimage-extract
1616
sudo cp squashfs-root/usr/bin/* /usr/local/bin

0 commit comments

Comments
 (0)