mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
RYUJINX: fixed wrong tar command
This commit is contained in:
parent
f1657ba737
commit
56edb70232
|
@ -1341,7 +1341,7 @@ modules:
|
|||
buildsystem: simple
|
||||
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
|
||||
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx
|
||||
sources:
|
||||
|
|
Loading…
Reference in a new issue