From d00c06da32132a99dc3433be34a8a8c249c062a4 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 5 Apr 2023 15:28:03 +0200 Subject: [PATCH] Use last version of linuxdeployqt. LinuxDeployQt check for the libc version to not being to recent. As we have change the version of libc by moving to focal, we have to update the version of LinuxDeployQt. --- scripts/create_kiwix-desktop_appImage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_kiwix-desktop_appImage.sh b/scripts/create_kiwix-desktop_appImage.sh index 259ee49..9d7f927 100755 --- a/scripts/create_kiwix-desktop_appImage.sh +++ b/scripts/create_kiwix-desktop_appImage.sh @@ -34,7 +34,7 @@ mkdir -p $APPDIR/etc/ssl/certs/ && tar -C $APPDIR/etc/ssl/certs/ -xf aria2-1.36. # Get linuxdeployqt # Dispite the 'continuous' in the file name, it IS release 8 -wget --continue https://github.com/probonopd/linuxdeployqt/releases/download/8/linuxdeployqt-continuous-x86_64.AppImage -O linuxdeployqt +wget --continue https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage -O linuxdeployqt chmod u+x linuxdeployqt # Fill with all deps libs and so