mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +00:00
Ryujinx: downgraded to the older but working version
This commit is contained in:
parent
cb8327db87
commit
c25b5eed31
|
@ -631,32 +631,18 @@ modules:
|
|||
# Ryujinx Appimage - START
|
||||
# https://ryujinx.org/download
|
||||
|
||||
# Temporary disabled to test a symlink fix build
|
||||
# - name: Ryujinx
|
||||
# buildsystem: simple
|
||||
# build-commands:
|
||||
# - |
|
||||
# tar -zxvf *.tar.gz
|
||||
# mv -v publish ${FLATPAK_DEST}/ryujinx
|
||||
# ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx.sh
|
||||
# sources:
|
||||
# - type: file
|
||||
# url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1343/ryujinx-1.1.1343-linux_x64.tar.gz
|
||||
# sha256: 3cd2172d2f42a0fb93a83bffe6bd8fb2d1d81fb45afc80e0068a245c8f755ac1
|
||||
|
||||
- name: Ryujinx-with-symlink-fix
|
||||
# This version was reported as working with symlinks: https://discord.com/channels/951662718102962256/951715885968654418/1264882000658169866
|
||||
- name: Ryujinx-reported-working-version
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- mkdir -p "${FLATPAK_DEST}"
|
||||
- mv *.so* "${FLATPAK_DEST}/retrodeck/tmplib/"
|
||||
- mv Ryujinx* "${FLATPAK_DEST}/bin/"
|
||||
- chmod +x "${FLATPAK_DEST}/bin/Ryujinx"*
|
||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/licenses"
|
||||
- mv LICENSE.txt "${FLATPAK_DEST}/retrodeck/licenses"
|
||||
- |
|
||||
tar -zxvf *.tar.gz
|
||||
mv -v publish ${FLATPAK_DEST}/ryujinx
|
||||
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx.sh
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://gitlab.com/-/project/59825450/uploads/8519a04d7a3f5b5949f14b6ad25a4185/ryujinx-Release-1.1.0+81fd228-linux_x64.zip
|
||||
sha256: 9e4a4393a3dcc44fda2aec40c2842492e30656c7369a9959d865a3351f12eeb9
|
||||
- type: file
|
||||
url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1297/ryujinx-1.1.1297-linux_x64.tar.gz
|
||||
sha256: 28b38754e7d2e92083b313b23278c180ae54ac025edbbd0276ec03baec0cec0f
|
||||
|
||||
# Ryujinx Appimage - END
|
||||
|
||||
|
|
Loading…
Reference in a new issue