From 5b9c389efc286186684e259a4732ac4fb57d6cc7 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 28 Feb 2019 11:25:14 -0800 Subject: [PATCH] added svg plugin to linuxdeployqt --- .travis/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/script.sh b/.travis/script.sh index b15b61eee..8f172df7e 100644 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -58,7 +58,7 @@ elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export VERSION=$(git rev-parse --short HEAD) # use linuxdeployqt to set up dependencies - ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage + ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -extra-plugins=imageformats/libqsvg.so -appimage # 64-bit linuxdeployqt can only generate a 64-bit AppImage # to generate a 32-bit one, we need to download and run 32-bit AppImageTool