mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
RYUJINX: tentative fix
This commit is contained in:
parent
dc806868d4
commit
3fbb633760
|
@ -1144,12 +1144,9 @@ modules:
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- |
|
- |
|
||||||
ls -lah #DEBUG
|
tar -zxvf ryujinx-1.1.685-linux_x64.tar.gz
|
||||||
mv publish ${FLATPAK_DEST}/ryujinx
|
mv -v publish ${FLATPAK_DEST}/ryujinx
|
||||||
ls -lah ${FLATPAK_DEST} #DEBUG
|
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx
|
||||||
ln -s ${FLATPAK_DEST}/ryujinx/Ryujinx /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