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
|
||||
build-commands:
|
||||
- |
|
||||
ls -lah #DEBUG
|
||||
mv publish ${FLATPAK_DEST}/ryujinx
|
||||
ls -lah ${FLATPAK_DEST} #DEBUG
|
||||
ln -s ${FLATPAK_DEST}/ryujinx/Ryujinx /app/bin/Ryujinx
|
||||
ls -lah ${FLATPAK_DEST}/ryujinx/Ryujinx #DEBUG
|
||||
ls -lah /app/bin/Ryujinx #DEBUG
|
||||
tar -zxvf ryujinx-1.1.685-linux_x64.tar.gz
|
||||
mv -v publish ${FLATPAK_DEST}/ryujinx
|
||||
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx
|
||||
sources:
|
||||
- type: file
|
||||
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