From 1534e78e06d893d53f5e7594256465ee6d7f1770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Sun, 15 Jul 2018 14:17:15 +0200 Subject: [PATCH] Switch back to official linuxdeployqt builds After https://github.com/probonopd/linuxdeployqt/pull/305 has been merged. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af11fde9..c2c5124e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,7 +82,7 @@ after_success: make INSTALL_ROOT=appdir install && cp -r /usr/share/radare2 appdir/usr/share/ && "$TRAVIS_BUILD_DIR/scripts/appimage_embed_python.sh" "$CUSTOM_PYTHON_PREFIX" appdir && - wget -c "https://github.com/thestr4ng3r/linuxdeployqt/releases/download/cutter-v1/linuxdeployqt-continuous-x86_64.AppImage" && + wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" && chmod a+x linuxdeployqt*.AppImage && unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH && LD_LIBRARY_PATH=$CUSTOM_PYTHON_PREFIX/lib ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -no-strip -exclude-libs=libnss3.so,libnssutil3.so -ignore-glob=usr/lib/python3.6/** -verbose=2 &&