mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
RYUJINX: binary was symlinked instead of wrapper, fixed -fix
This commit is contained in:
parent
ee664d7ac1
commit
483c7e4421
|
@ -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.sh ${FLATPAK_DEST}/bin/Ryujinx
|
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx.sh
|
||||||
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