mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 19:44:58 +00:00
Make CI appimages executable
This commit is contained in:
parent
2ab37b3d4a
commit
18e57f4bc5
2 changed files with 2 additions and 0 deletions
1
.github/linux-appimage-qt.sh
vendored
1
.github/linux-appimage-qt.sh
vendored
|
@ -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
.github/linux-appimage.sh
vendored
1
.github/linux-appimage.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue