mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Fix Building AppImage with SDL2 (#30)
This commit is contained in:
parent
144023843b
commit
c5f0766e6c
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ matrix:
|
|||
- wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-x86_64.AppImage && chmod +x linuxdeploy-x86_64.AppImage
|
||||
- wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage && chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
|
||||
- source /opt/qt512/bin/qt512-env.sh
|
||||
- export LD_LIBRARY_PATH="$TRAVIS_BUILD_DIR/sdl2-prefix/lib:$LD_LIBRARY_PATH"
|
||||
- ./linuxdeploy-x86_64.AppImage --appdir=appdir -e appdir/usr/bin/chiaki -d appdir/usr/share/applications/chiaki.desktop --plugin qt --output appimage
|
||||
- export DEPLOY_FILE="Chiaki-Linux-${CHIAKI_VERSION}-x86_64.AppImage"
|
||||
- mv Chiaki-*-x86_64.AppImage "$DEPLOY_FILE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue