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

@@ -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' ||