mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
Ryujinx: Added debug
This commit is contained in:
parent
85c9acb56d
commit
dc806868d4
|
@ -1144,9 +1144,12 @@ modules:
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- |
|
- |
|
||||||
|
ls -lah #DEBUG
|
||||||
mv publish ${FLATPAK_DEST}/ryujinx
|
mv publish ${FLATPAK_DEST}/ryujinx
|
||||||
|
ls -lah ${FLATPAK_DEST} #DEBUG
|
||||||
ln -s ${FLATPAK_DEST}/ryujinx/Ryujinx /app/bin/Ryujinx
|
ln -s ${FLATPAK_DEST}/ryujinx/Ryujinx /app/bin/Ryujinx
|
||||||
# chmod +x /app/bin/Ryujinx
|
ls -lah ${FLATPAK_DEST}/ryujinx/Ryujinx #DEBUG
|
||||||
|
ls -lah /app/bin/Ryujinx #DEBUG
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.685/ryujinx-1.1.685-linux_x64.tar.gz
|
url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.685/ryujinx-1.1.685-linux_x64.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue