mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
RYUJINX: fixing chmod command
This commit is contained in:
parent
dc3bc8f6d3
commit
5d2b19faa3
|
@ -668,8 +668,8 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
- |
|
- |
|
||||||
mkdir -p ${FLATPAK_DEST}
|
mkdir -p ${FLATPAK_DEST}
|
||||||
mv -v * ${FLATPAK_DEST}
|
mv * ${FLATPAK_DEST}
|
||||||
chmod +x ${FLATPAK_DEST}/app/*
|
chmod +x ${FLATPAK_DEST}/bin/*
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://gitlab.com/-/project/59825450/uploads/8519a04d7a3f5b5949f14b6ad25a4185/ryujinx-Release-1.1.0+81fd228-linux_x64.zip
|
url: https://gitlab.com/-/project/59825450/uploads/8519a04d7a3f5b5949f14b6ad25a4185/ryujinx-Release-1.1.0+81fd228-linux_x64.zip
|
||||||
|
|
Loading…
Reference in a new issue