Update appimage.sh

This commit is contained in:
Nayla 2024-10-23 21:00:55 -04:00 committed by GitHub
commit c2589efcc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,14 +25,12 @@ 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