From 0c9af63d1ad44bccedbb671fa04a65ed1eb07991 Mon Sep 17 00:00:00 2001 From: redsky17 Date: Tue, 26 Feb 2019 23:46:07 +0000 Subject: [PATCH] Attempt to fix appimage issue --- .ci/linux/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh index cbdf73c3..0fd23808 100755 --- a/.ci/linux/deploy.sh +++ b/.ci/linux/deploy.sh @@ -31,7 +31,7 @@ unset QT_PLUGIN_PATH unset LD_LIBRARY_PATH export ARCH=$(uname -m) -export LD_LIBRARY_PATH=.deps/usr/lib/:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=$(pwd)/.deps/usr/lib/:$LD_LIBRARY_PATH ./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -unsupported-allow-new-glibc -bundle-non-qt-libs ./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -unsupported-allow-new-glibc -appimage