From 6cd260adf90636bf0b659242bd5ea4f96179ad36 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 24 May 2021 14:18:20 +0100 Subject: [PATCH] AppImage: use stable 7 version of LinuxDeployQt --- build_appimage.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build_appimage.sh b/build_appimage.sh index 64a0cd3..c8d96d0 100755 --- a/build_appimage.sh +++ b/build_appimage.sh @@ -90,10 +90,11 @@ EOF chmod +x appdir/AppRun #grab continuous linuxdeployqt -wget -c https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage -chmod +x linuxdeployqt-continuous-x86_64.AppImage +wget -c https://github.com/probonopd/linuxdeployqt/releases/download/7/linuxdeployqt-7-x86_64.AppImage +#wget -c https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage +chmod +x linuxdeployqt-7-x86_64.AppImage #set VERSION for AppImage creation export VERSION=`cat flightgear/flightgear-version` -./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/org.flightgear.FlightGear.desktop -appimage +./linuxdeployqt-7-x86_64.AppImage appdir/usr/share/applications/org.flightgear.FlightGear.desktop -appimage