mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Updater bug
This commit is contained in:
@@ -13353,7 +13353,7 @@ speechSynthesis.getVoices();
|
||||
var releases = [];
|
||||
for (var release of json) {
|
||||
for (var asset of release.assets) {
|
||||
if ((asset.content_type === 'application/octet-stream') && (asset.state === 'uploaded')) {
|
||||
if ((asset.content_type === 'application/x-msdownload') && (asset.state === 'uploaded')) {
|
||||
releases.push(release);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user