mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-11 02:43:50 +02:00
Fix content_type not matching 1
This commit is contained in:
@@ -18701,7 +18701,8 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
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'
|
||||
) {
|
||||
releases.push(release);
|
||||
|
||||
Reference in New Issue
Block a user