VRCX API Update Changes (#876)

This commit is contained in:
Usman Shafiq
2024-08-20 17:02:48 -04:00
committed by GitHub
parent 9e70578d57
commit 490ebfaafd
2 changed files with 2 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
steamapps=$HOME/.local/share/Steam/steamapps/compatdata
stable=$(curl -s https://api.github.com/repos/vrcx-team/VRCX/releases/latest | grep -o "https.*releases/download.*zip")
nightly=$(curl -s https://api.github.com/repos/Natsumi-sama/VRCX/releases/latest | grep -o "https.*releases/download.*zip")
stable=$(curl -s https://api0.vrcx.app/releases/stable/latest | grep -o "https.*releases/download.*zip")
nightly=$(curl -s https://api0.vrcx.app/releases/nightly/latest | grep -o "https.*releases/download.*zip")
download_url=$stable
XDG_DATA_HOME=${XDG_DATA_HOME:=$HOME/.local/share}

View File

@@ -25720,13 +25720,6 @@ speechSynthesis.getVoices();
return;
}
for (var release of json) {
if (
release.target_commitish === 'PyPyDanceCompanion' ||
release.prerelease
) {
// skip old branch name and prerelease builds
continue;
}
for (var asset of release.assets) {
if (
(asset.content_type === 'application/x-msdownload' ||