summary refs log tree commit diff
path: root/.ci/linux/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/linux/deploy.sh')
-rwxr-xr-x.ci/linux/deploy.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh
index 5859fc4a..4e716003 100755
--- a/.ci/linux/deploy.sh
+++ b/.ci/linux/deploy.sh
@@ -31,10 +31,7 @@ unset QT_PLUGIN_PATH
 unset LD_LIBRARY_PATH
 
 export ARCH=$(uname -m)
-
-if [ ! -z $TRAVIS_TAG ]; then
-    export LD_LIBRARY_PATH=.deps/usr/lib/:$LD_LIBRARY_PATH
-fi
+export LD_LIBRARY_PATH=.deps/usr/lib/:$LD_LIBRARY_PATH
 
 ./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -bundle-non-qt-libs
 ./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -appimage