update suyu git link

This commit is contained in:
Pocat
2024-03-22 21:46:21 +08:00
committed by GitHub
parent f02357464e
commit 181f63e0d6

View File

@@ -124,7 +124,7 @@ jobs:
${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://gitlab.com/suyu-emu/suyu suyu
${GCRS} https://git.suyu.dev/suyu/suyu suyu
# Clean Git Info
rm -rf */.git
# Update logs
@@ -328,11 +328,6 @@ jobs:
pushd yesplaymusic/Clients || exit 1
wget -qO- https://api.github.com/repos/qier222/YesPlayMusic/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
# suyu
mkdir -p suyu/Clients
pushd suyu/Clients || exit 1
wget -qO- https://gitlab.com/api/v4/projects/55558123/releases/permalink/latest | jq '.assets.links[].direct_asset_url' -c | jq -r | sed 's/blob/raw/g' | aria2c -c -x 8 -s 8 -j 1 -k 1M -i -
popd || exit 1
# trojan-rs
pushd trojan-rs || exit 1
echo "fix error : trojan-rs/mobile2/backend/gen/android/app/src/main/assets : errno=2 : No such file or directory"