summary refs log tree commit diff
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-02-26 23:46:07 +0000
committerredsky17 <joedonofry@gmail.com>2019-02-26 23:46:07 +0000
commit0c9af63d1ad44bccedbb671fa04a65ed1eb07991 (patch)
treebc13fac177d66e5c0c98d684f3d4dd84503a5aba
parentMaybe fix docker issues (diff)
downloadnheko-0c9af63d1ad44bccedbb671fa04a65ed1eb07991.tar.xz
Attempt to fix appimage issue
-rwxr-xr-x.ci/linux/deploy.sh2
1 files changed, 1 insertions, 1 deletions
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