Revert change to using --appimage-extract-and-run, as linuxdeployqt doesn't have it yet, Fixes #5148

I really didn't want to do this, but no new AppImages suck.
This commit is contained in:
Zion Nimchuk 2018-09-20 11:12:43 -07:00 committed by Ivan
parent dfd3035955
commit afa7eacfac

View file

@ -5,7 +5,8 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
DESTDIR=appdir ninja install
curl -sLO "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
chmod a+x linuxdeployqt*.AppImage
./linuxdeployqt*.AppImage --appimage-extract-and-run ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs
./linuxdeployqt*.AppImage --appimage-extract
./squashfs-root/AppRun ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs
ls ./appdir/usr/lib/
rm -r ./appdir/usr/share/doc
rm ./appdir/usr/lib/libxcb*