Make CI appimages executable

This commit is contained in:
offtkp 2023-10-07 18:37:53 +03:00
parent 2ab37b3d4a
commit 18e57f4bc5
2 changed files with 2 additions and 0 deletions

View file

@ -7,3 +7,4 @@ chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage
# Build AppImage
QMAKE=/usr/lib/qt6/bin/qmake ./linuxdeploy-x86_64.AppImage --appdir AppDir -d ./.github/Alber.desktop -e ./build/Alber -i ./docs/img/Alber.png --plugin qt --output appimage
chmod a+x ./Alber-x86_64.AppImage

View file

@ -4,3 +4,4 @@ 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
chmod a+x ./Alber-x86_64.AppImage