diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-06-23 21:17:33 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-06-23 21:17:33 +0300 |
commit | 794b9ceb1be23d20f21094843f597dc9dc6708fb (patch) | |
tree | b58fb9525c39216437bb8aeb9ced1e263fdbb4ba /.ci | |
parent | Allow copying the version info in the settings page (diff) | |
download | nheko-794b9ceb1be23d20f21094843f597dc9dc6708fb.tar.xz |
Add entry for GCC5 on Travis-CI
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/linux/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh index a721f2be..5859fc4a 100755 --- a/.ci/linux/deploy.sh +++ b/.ci/linux/deploy.sh @@ -33,7 +33,7 @@ unset LD_LIBRARY_PATH export ARCH=$(uname -m) if [ ! -z $TRAVIS_TAG ]; then - export LD_LIBRARY_PATH=.deps/usr/lib/:/opt/qt${QT_PKG}/lib/:$LD_LIBRARY_PATH + export LD_LIBRARY_PATH=.deps/usr/lib/:$LD_LIBRARY_PATH fi ./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -bundle-non-qt-libs |