mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53: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) {
|
for (var asset of release.assets) {
|
||||||
if (
|
if (
|
||||||
asset.content_type === 'application/x-msdownload' &&
|
(asset.content_type === 'application/x-msdownload' ||
|
||||||
|
asset.content_type === 'application/x-msdos-program') &&
|
||||||
asset.state === 'uploaded'
|
asset.state === 'uploaded'
|
||||||
) {
|
) {
|
||||||
releases.push(release);
|
releases.push(release);
|
||||||
|
|||||||
Reference in New Issue
Block a user