Create linux-appimage-qt.sh

This commit is contained in:
wheremyfoodat 2023-09-29 15:38:08 +03:00 committed by GitHub
parent 8804eb7496
commit de9d892ed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.github/linux-appimage-qt.sh vendored Normal file
View file

@ -0,0 +1,9 @@
# Prepare Tools for building the AppImage
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
chmod a+x linuxdeploy-x86_64.AppImage
chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage
# Build AppImage
./linuxdeploy-x86_64.AppImage --appdir AppDir -d ./.github/Alber.desktop -e ./build/Alber -i ./docs/img/Alber.png --output appimage --plugin qt