diff options
Diffstat (limited to '.ci/linux')
-rwxr-xr-x | .ci/linux/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh index 38317a4a..cbdf73c3 100755 --- a/.ci/linux/deploy.sh +++ b/.ci/linux/deploy.sh @@ -33,8 +33,8 @@ unset LD_LIBRARY_PATH export ARCH=$(uname -m) 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 +./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 chmod +x nheko-*x86_64.AppImage |