summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-17 18:44:04 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-17 18:44:04 +0300
commit197b2dac748563f99de4a941a59e795dc759cca0 (patch)
tree93f4eea1f9c5b8bc64a1052a1dffef25a635c4de /.ci
parentSetup BinTray (diff)
downloadnheko-197b2dac748563f99de4a941a59e795dc759cca0.tar.xz
Fix regressions regarding invites & slowness during shutdown
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/linux/deploy.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh
index 39fb0e30..7b5b8e4a 100755
--- a/.ci/linux/deploy.sh
+++ b/.ci/linux/deploy.sh
@@ -30,13 +30,10 @@ unset QTDIR
 unset QT_PLUGIN_PATH 
 unset LD_LIBRARY_PATH
 
-cp -R .deps/usr/lib/* ${DIR}/usr/lib
+export ARCH=$(uname -m)
 
-ldd ${DIR}/usr/bin/nheko
-
-./linuxdeployqt*.AppImage \
-    ${DIR}/usr/share/applications/nheko.desktop \
-    -appimage
+./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -bundle-non-qt-libs
+./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -appimage
 
 chmod +x nheko-x86_64.AppImage