From 0823fe8b3d0d2d88e555e6fc5aa67e2427329d67 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 19 Feb 2017 21:43:34 +0100 Subject: [PATCH] find /opt/qt58/ | grep QtGraphicalEffects --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 447ad2c..c835b22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ script: - cp ./app/icons/128x128/cool-retro-term.png appdir/ - cp -r ./app/qml appdir/usr/ - cp -r qmltermwidget/QMLTermWidget/ appdir/usr/qml/ # Workaround for https://github.com/probonopd/linuxdeployqt/issues/78 + - find /opt/qt58/ | grep QtGraphicalEffects # Workaround for https://github.com/probonopd/linuxdeployqt/issues/78 - wget -c https://github.com/probonopd/linuxdeployqt/releases/download/3/linuxdeployqt-3-x86_64.AppImage - chmod a+x linuxdeployqt-*.AppImage - ./linuxdeployqt-*.AppImage appdir/usr/bin/cool-retro-term -qmldir=./app/qml/ -qmldir=./qmltermwidget/