remove ryujinx

This commit is contained in:
Pocat
2024-10-02 21:44:57 +08:00
committed by GitHub
parent abc953c900
commit 04b04403de

View File

@@ -41,6 +41,8 @@ jobs:
mv yuzu-mainline .github
mv yuzu-android .github
mv unlock-music .github
mv ryujinx .github
mv ryujinx-release-channel .github
# Clean Repository
rm -rf *
export GCRS="git clone --depth 1 --recurse-submodules"
@@ -123,8 +125,6 @@ jobs:
${GCRS} https://github.com/qier222/YesPlayMusic yesplaymusic
${GCRS} https://github.com/Codennnn/vue-color-avatar vue-color-avatar
${GCRS} https://github.com/DIGITALCRIMINALS/OnlyFans onlyfans
${GCRS} https://github.com/Ryujinx/Ryujinx ryujinx
${GCRS} https://github.com/Ryujinx/release-channel-master ryujinx-release-channel
${GCRS} https://git.suyu.dev/suyu/suyu suyu
# Clean Git Info
rm -rf */.git
@@ -142,6 +142,8 @@ jobs:
mv .github/yuzu-mainline .
mv .github/yuzu-android .
mv .github/unlock-music .
mv .github/ryujinx .
mv .github/ryujinx-release-channel .
# Git Commit
git config --local user.name "github-action[bot]"
git config --local user.email "${{ secrets.EMAIL }}"
@@ -254,11 +256,6 @@ jobs:
pushd nekobox-android/Clients || exit 1
wget -qO- https://api.github.com/repos/MatsuriDayo/NekoBoxForAndroid/releases/latest | jq ".assets[] | {browser_download_url}" -c | jq .browser_download_url -r | aria2c -c -x 8 -s 8 -j 1 -k 1M -i -
popd || exit 1
# ryujinx-release-channel
mkdir -p ryujinx-release-channel/Clients
pushd ryujinx-release-channel/Clients || exit 1
wget -qO- https://api.github.com/repos/Ryujinx/release-channel-master/releases/latest | jq ".assets[] | {browser_download_url}" -c | jq .browser_download_url -r | aria2c -c -x 8 -s 8 -j 1 -k 1M -i -
popd || exit 1
# v2ray-rules-dat
mkdir -p v2ray-rules-dat/Clients
pushd v2ray-rules-dat/Clients || exit 1