mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +00:00
Merge remote-tracking branch 'upstream/cooker-0.7.0b' into cooker-0.7.0b-icenine451
This commit is contained in:
commit
7cb48ef488
2
.github/workflows/cooker-selfhosted.yml
vendored
2
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -42,8 +42,6 @@ jobs:
|
|||
io.qt.qtwebengine.BaseApp/x86_64/6.3 \
|
||||
org.freedesktop.Sdk.Extension.llvm13 \
|
||||
org.freedesktop.Sdk.Extension.dotnet6/x86_64/21.08
|
||||
echo ${GITHUB_WORKSPACE} #DEBUG
|
||||
df -h ${GITHUB_WORKSPACE} #DEBUG
|
||||
/bin/bash ${GITHUB_WORKSPACE}/automation_tools/update_sha.sh # Run SHA placehold replacement script for dynamic archives
|
||||
|
||||
- name: Build flatpak
|
||||
|
|
|
@ -74,6 +74,7 @@ modules:
|
|||
# [ ] change branch into main in version-initialization (first one)
|
||||
# [ ] change branch into main in retrodeck module (last one)
|
||||
# [ ] if header (before modules) was edited, edit it even in flathub.yml
|
||||
# [ ] Vita3K: update branch to main (and remember to download it the first time)
|
||||
#
|
||||
- name: version-initialization
|
||||
buildsystem: simple
|
||||
|
@ -1144,9 +1145,9 @@ modules:
|
|||
buildsystem: simple
|
||||
build-commands:
|
||||
- |
|
||||
mv publish ${FLATPAK_DEST}/ryujinx
|
||||
ln -s ${FLATPAK_DEST}/ryujinx/Ryujinx /app/bin/Ryujinx
|
||||
# chmod +x /app/bin/Ryujinx
|
||||
tar -zxvf ryujinx-1.1.685-linux_x64.tar.gz
|
||||
mv -v publish ${FLATPAK_DEST}/ryujinx
|
||||
ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx ${FLATPAK_DEST}/bin/Ryujinx
|
||||
sources:
|
||||
- type: file
|
||||
url: https://github.com/Ryujinx/release-channel-master/releases/download/1.1.685/ryujinx-1.1.685-linux_x64.tar.gz
|
||||
|
@ -1154,7 +1155,29 @@ modules:
|
|||
|
||||
# Ryujinx - END
|
||||
|
||||
# External manifests end
|
||||
# Vita3K - START
|
||||
# NOTE: this is a continuos release, it's provided but not supported
|
||||
# to update this module:
|
||||
# wget https://github.com/Vita3K/Vita3K/releases/download/continuous/ubuntu-latest.zip -O rd-submodules/vita3k/vita3k-14-01-23.zip
|
||||
# sha256sum rd-submodules/vita3k/vita3k*.zip
|
||||
# change url and sha
|
||||
# check the branch in the url
|
||||
|
||||
- name: Vita3K
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- |
|
||||
mkdir -p ${FLATPAK_DEST}/vita3k
|
||||
cp -r * ${FLATPAK_DEST}/vita3k
|
||||
ln -s ${FLATPAK_DEST}/Vita3K /app/bin/Vita3K
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/XargonWan/RetroDECK/raw/cooker-0.7.0b/rd-submodules/vita3k/vita3k-14-01-23.zip
|
||||
sha256: f814fa5efba6037cef629f7a796dec7ee3d5b9808532230a93b1b8c42981b53b
|
||||
|
||||
# Vita3K - END
|
||||
|
||||
# External manifests end
|
||||
|
||||
- name: retrodeck
|
||||
buildsystem: simple
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409
|
||||
Subproject commit 717b78093797270877ec416e58082f1c71d435d8
|
BIN
rd-submodules/vita3k/vita3k-14-01-23.zip
Normal file
BIN
rd-submodules/vita3k/vita3k-14-01-23.zip
Normal file
Binary file not shown.
Loading…
Reference in a new issue