We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af61363 commit 3a3a6e5Copy full SHA for 3a3a6e5
index.html
@@ -118,7 +118,8 @@
118
.filter(
119
(asset) =>
120
(asset.content_type === 'application/octet-stream' ||
121
- asset.content_type === 'application/x-msdownload') &&
+ asset.content_type === 'application/x-msdownload' ||
122
+ asset.content_type === 'application/x-ms-dos-executable') &&
123
!asset.browser_download_url.endsWith('.blockmap')
124
)
125
.reduce((acc, asset) => {
0 commit comments