mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Fix content_type not matching
This commit is contained in:
@@ -18634,7 +18634,9 @@ speechSynthesis.getVoices();
|
||||
if (release.name === this.VRCXUpdateDialog.release) {
|
||||
for (var asset of release.assets) {
|
||||
if (
|
||||
asset.content_type === 'application/x-msdownload' &&
|
||||
(asset.content_type === 'application/x-msdownload' ||
|
||||
asset.content_type ===
|
||||
'application/x-msdos-program') &&
|
||||
asset.state === 'uploaded'
|
||||
) {
|
||||
var downloadUrl = asset.browser_download_url;
|
||||
|
||||
Reference in New Issue
Block a user