Skip to content

Commit 3a3a6e5

Browse files
authored
chore: update index.html
1 parent af61363 commit 3a3a6e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
.filter(
119119
(asset) =>
120120
(asset.content_type === 'application/octet-stream' ||
121-
asset.content_type === 'application/x-msdownload') &&
121+
asset.content_type === 'application/x-msdownload' ||
122+
asset.content_type === 'application/x-ms-dos-executable') &&
122123
!asset.browser_download_url.endsWith('.blockmap')
123124
)
124125
.reduce((acc, asset) => {

0 commit comments

Comments
 (0)