Add AppImage Building

This commit is contained in:
Live session user 2023-09-05 16:59:20 +02:00
parent 91f4ce2906
commit aff67ff00c
4 changed files with 87 additions and 0 deletions

6
.github/linux-appimage.sh vendored Executable file
View file

@ -0,0 +1,6 @@
# Prepare Tools for building the AppImage
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
chmod a+x linuxdeploy-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