From c2589efcc5176635252648d9ad76dbdd34072cde Mon Sep 17 00:00:00 2001 From: Nayla Date: Wed, 23 Oct 2024 21:00:55 -0400 Subject: [PATCH] Update appimage.sh --- Distribution/appimage.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Distribution/appimage.sh b/Distribution/appimage.sh index 5370bb2414..743f057b2d 100755 --- a/Distribution/appimage.sh +++ b/Distribution/appimage.sh @@ -25,17 +25,15 @@ wget -N https://github.com/AppImage/appimagetool/releases/download/continuous/ap chmod a+x linuxdeploy-x86_64.AppImage -chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage chmod a+x linuxdeploy-plugin-checkrt-x86_64.sh chmod a+x appimagetool-x86_64.AppImage # Build the AppImage ./linuxdeploy-x86_64.AppImage \ --appdir AppDir \ - --plugin qt \ --plugin checkrt mkdir -p ./AppDir/apprun-hooks echo 'export QT_QPA_PLATFORM=xcb' >> ./AppDir/apprun-hooks/linuxdeploy-plugin-qt-hook.sh -./appimagetool-x86_64.AppImage -n ./AppDir root/ \ No newline at end of file +./appimagetool-x86_64.AppImage -n ./AppDir root/