Skip to content

Commit

Permalink
Make CI appimages executable
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed Oct 7, 2023
1 parent 2ab37b3 commit 18e57f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/linux-appimage-qt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .github/linux-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 18e57f4

Please sign in to comment.