mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 13:35:39 +00:00
RYUJINX: missing chmod - fix
This commit is contained in:
parent
fc0998d35e
commit
214e907ecc
|
@ -1238,6 +1238,8 @@ modules:
|
|||
- |
|
||||
mkdir -p ${FLATPAK_DEST}/ryujinx
|
||||
mkdir -p ${FLATPAK_DEST}/bin
|
||||
chmod +x Ryujinx.sh
|
||||
chmod +x Ryujinx
|
||||
mv -v * ${FLATPAK_DEST}/ryujinx
|
||||
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx.sh ${FLATPAK_DEST}/bin/Ryujinx.sh
|
||||
chmod +x ${FLATPAK_DEST}/bin/Ryujinx.sh
|
||||
|
|
Loading…
Reference in a new issue