diff --git a/html/src/app.js b/html/src/app.js
index 40ef8c4d..f57aa17d 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -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);
}
}