Use old appimagetool from Jan 08, 2018
Let's see if this solves https://github.com/probonopd/linuxdeployqt/issues/355 https://github.com/AppImage/AppImageKit/issues/934#issuecomment-473569963
This commit is contained in:
@@ -10,7 +10,8 @@ echo "5d506507df7c02766ae6c3ca0d15b4234f4cb79a80799190ded9d3ca0ac28c0c patchelf
|
||||
sudo dpkg -i patchelf_0.8-2_amd64.deb
|
||||
|
||||
cd /tmp/
|
||||
wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||
wget -c https://artifacts.assassinate-you.net/artifactory/AppImageKit/travis-2009/appimagetool-x86_64.AppImage # https://github.com/probonopd/linuxdeployqt/issues/355
|
||||
# wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||
chmod +x appimagetool*AppImage
|
||||
./appimagetool*AppImage --appimage-extract
|
||||
sudo cp squashfs-root/usr/bin/* /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user