mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +00:00
RYUJINX: binary was symlinked instead of wrapper, fixed
This commit is contained in:
parent
cf5bd4019b
commit
ee664d7ac1
|
@ -1319,7 +1319,7 @@ modules:
|
||||||
- |
|
- |
|
||||||
tar -zxvf *.tar.gz
|
tar -zxvf *.tar.gz
|
||||||
mv -v publish ${FLATPAK_DEST}/ryujinx
|
mv -v publish ${FLATPAK_DEST}/ryujinx
|
||||||
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx
|
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx.sh ${FLATPAK_DEST}/bin/Ryujinx
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1192/ryujinx-1.1.1192-linux_x64.tar.gz
|
url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1192/ryujinx-1.1.1192-linux_x64.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue