mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
update suyu git link
This commit is contained in:
7
.github/workflows/run.yml
vendored
7
.github/workflows/run.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user