Browse Source

Account for squashfs-root/usr/lib/appimagekit/mksquashfs

master
probonopd 7 years ago
committed by GitHub
parent
commit
9d6c422e8f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/tests-environment.sh

2
tests/tests-environment.sh

@ -13,7 +13,7 @@ cd /tmp/
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
sudo cp squashfs-root/usr/bin/* squashfs-root/usr/lib/appimagekit/* /usr/local/bin
cd -
sudo apt-get -y install qt59base qt59declarative qt59webengine binutils xpra zsync desktop-file-utils

Loading…
Cancel
Save