mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Merge remote-tracking branch 'upstream/cooker-0.7.0b' into cooker-0.7.0b-icenine451
This commit is contained in:
commit
ab15df5d1e
|
@ -1138,22 +1138,22 @@ modules:
|
||||||
|
|
||||||
# Cemu - END
|
# Cemu - END
|
||||||
|
|
||||||
# Ryujinx - START
|
# Ryujinx Appimage - START
|
||||||
# https://ryujinx.org/download
|
# https://ryujinx.org/download
|
||||||
|
|
||||||
- name: Ryujinx
|
# - name: Ryujinx
|
||||||
buildsystem: simple
|
# buildsystem: simple
|
||||||
build-commands:
|
# build-commands:
|
||||||
- |
|
# - |
|
||||||
tar -zxvf ryujinx-1.1.685-linux_x64.tar.gz
|
# tar -zxvf ryujinx-1.1.685-linux_x64.tar.gz
|
||||||
mv -v publish ${FLATPAK_DEST}/ryujinx
|
# mv -v publish ${FLATPAK_DEST}/ryujinx
|
||||||
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx
|
# ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx
|
||||||
sources:
|
# sources:
|
||||||
- type: file
|
# - type: file
|
||||||
url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.685/ryujinx-1.1.685-linux_x64.tar.gz
|
# url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.685/ryujinx-1.1.685-linux_x64.tar.gz
|
||||||
sha256: bc4d7076106d7aa59c3a3ea22b83c553e5fa1a897815831adcf18cc13d729e15
|
# sha256: bc4d7076106d7aa59c3a3ea22b83c553e5fa1a897815831adcf18cc13d729e15
|
||||||
|
|
||||||
# Ryujinx - END
|
# Ryujinx Appimage - END
|
||||||
|
|
||||||
# Vita3K - START
|
# Vita3K - START
|
||||||
# NOTE: this is a continuos release, it's provided but not supported
|
# NOTE: this is a continuos release, it's provided but not supported
|
||||||
|
@ -1169,7 +1169,8 @@ modules:
|
||||||
- |
|
- |
|
||||||
mkdir -p ${FLATPAK_DEST}/vita3k
|
mkdir -p ${FLATPAK_DEST}/vita3k
|
||||||
cp -r * ${FLATPAK_DEST}/vita3k
|
cp -r * ${FLATPAK_DEST}/vita3k
|
||||||
ln -s ${FLATPAK_DEST}/Vita3K /app/bin/Vita3K
|
chmod +x ${FLATPAK_DEST}/vita3k/Vita3K
|
||||||
|
ln -s ${FLATPAK_DEST}/vita3k/Vita3K /app/bin/Vita3K
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/XargonWan/RetroDECK/raw/cooker-0.7.0b/rd-submodules/vita3k/vita3k-14-01-23.zip
|
url: https://github.com/XargonWan/RetroDECK/raw/cooker-0.7.0b/rd-submodules/vita3k/vita3k-14-01-23.zip
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409
|
Subproject commit 717b78093797270877ec416e58082f1c71d435d8
|
Loading…
Reference in a new issue