From 3bf94f7b61e6739c4341a9755031c07006041ba2 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 cff9fe0..9bb3bef 100755 --- a/build_appimage.sh +++ b/build_appimage.sh @@ -75,10 +75,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