diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-10-03 23:03:03 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-10-04 01:11:23 +0200 |
commit | 288bc7fc3dcf73f2dab880c5e096d1ea30b291f0 (patch) | |
tree | e2da4aee467ab12f949465efa81db86b110f908c /.ci/linux | |
parent | Merge pull request #92 from pupper68k/0.7.0-dev-bugfix-71 (diff) | |
download | nheko-288bc7fc3dcf73f2dab880c5e096d1ea30b291f0.tar.xz |
Try to use an older linuxdeployqt appimage
I think the most recent build broke deployments?
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 61b2e408..2caf5e0f 100755 --- a/.ci/linux/deploy.sh +++ b/.ci/linux/deploy.sh @@ -25,8 +25,8 @@ for iconSize in 16 32 48 64 128 256 512; do done # Only download the file when not already present -if ! [ -f linuxdeployqt-continuous-x86_64.AppImage ] ; then - wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" +if ! [ -f linuxdeployqt-6-x86_64.AppImage ] ; then + wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/6/linuxdeployqt-6-x86_64.AppImage" fi chmod a+x linuxdeployqt*.AppImage |