mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
RYUJINX: including a test build totry to fix the symlink issue
This commit is contained in:
parent
8088e324d5
commit
8ba1939418
|
@ -1219,17 +1219,29 @@ modules:
|
||||||
# Ryujinx Appimage - START
|
# Ryujinx Appimage - START
|
||||||
# https://ryujinx.org/download
|
# https://ryujinx.org/download
|
||||||
|
|
||||||
- name: Ryujinx
|
# 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
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- |
|
- |
|
||||||
tar -zxvf *.tar.gz
|
mv -v * ${FLATPAK_DEST}/ryujinx
|
||||||
mv -v publish ${FLATPAK_DEST}/ryujinx
|
|
||||||
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx.sh
|
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx.sh
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: archive
|
||||||
url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1343/ryujinx-1.1.1343-linux_x64.tar.gz
|
url: https://nightly.link/Ryujinx/Ryujinx/actions/artifacts/1688764696.zip
|
||||||
sha256: 3cd2172d2f42a0fb93a83bffe6bd8fb2d1d81fb45afc80e0068a245c8f755ac1
|
sha256: c68dd357830abd8c5fe809cb591efecafe590ae8221ef0e590a8136b184816a1
|
||||||
|
|
||||||
# Ryujinx Appimage - END
|
# Ryujinx Appimage - END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue