mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 11:01:38 +12:00
Add AppImage Building
This commit is contained in:
parent
91f4ce2906
commit
aff67ff00c
4 changed files with 87 additions and 0 deletions
6
.github/linux-appimage.sh
vendored
Executable file
6
.github/linux-appimage.sh
vendored
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue