From 4bc0c155cf5b170090e82649cfbce75a1f59e30b Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Thu, 19 Sep 2024 16:32:32 +0200 Subject: [PATCH] Use version of linuxdeploy-plugin-qt from PR in the project. Fix #7128 #7183. See https://github.com/linuxdeploy/linuxdeploy-plugin-qt/pull/186. Signed-off-by: Camila Ayres --- admin/linux/build-appimage.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/linux/build-appimage.sh b/admin/linux/build-appimage.sh index 94ca4c5ad63e..44889d690f44 100755 --- a/admin/linux/build-appimage.sh +++ b/admin/linux/build-appimage.sh @@ -78,7 +78,8 @@ export LD_LIBRARY_PATH=/app/usr/lib:${QT_BASE_DIR}/lib:/usr/local/lib/x86_64-lin # Use linuxdeploy-plugin-qt to deploy qt dependencies export APPIMAGE_NAME=linuxdeploy-plugin-qt-x86_64.AppImage -wget -O ${APPIMAGE_NAME} --ca-directory=/etc/ssl/certs -c "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage" +# TODO: this share link is supposed to be a workaround, we need an url pointing to github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/tag/continuous, see github.com/linuxdeploy/linuxdeploy-plugin-qt/pull/186 +wget -O ${APPIMAGE_NAME} --ca-directory=/etc/ssl/certs -c "https://cloud.nextcloud.com/s/TxcGkDiSs2enKoN/download/linuxdeploy-plugin-qt-x86_64.AppImage" chmod a+x ${APPIMAGE_NAME} ./${APPIMAGE_NAME} --appimage-extract rm ./${APPIMAGE_NAME}