mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 20:45:00 +00:00
Create linux-appimage-qt.sh
This commit is contained in:
parent
8804eb7496
commit
de9d892ed6
1 changed files with 9 additions and 0 deletions
9
.github/linux-appimage-qt.sh
vendored
Normal file
9
.github/linux-appimage-qt.sh
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Prepare Tools for building the AppImage
|
||||
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
|
||||
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
|
||||
|
||||
chmod a+x linuxdeploy-x86_64.AppImage
|
||||
chmod a+x linuxdeploy-plugin-qt-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 --plugin qt
|
Loading…
Add table
Reference in a new issue