mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
RYUJINX: fixed wrong tar command
This commit is contained in:
parent
f1657ba737
commit
56edb70232
|
@ -1341,7 +1341,7 @@ modules:
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- |
|
- |
|
||||||
tar -zxvf ryujinx-1.1.685-linux_x64.tar.gz
|
tar -zxvf ryujinx-*-linux_x64.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 ${FLATPAK_DEST}/bin/Ryujinx
|
||||||
sources:
|
sources:
|
||||||
|
|
Loading…
Reference in a new issue