Skip to content

Commit

Permalink
Fix: Autodetect macOS correctly (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
orudge authored Jan 18, 2021
1 parent acc22fb commit e668a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function detectByUA(state, base_name)
}
break;

case "Mac OS": match = "macosx"; break;
case "Mac OS": match = "macos"; break;
case "BeOS": match = "beos"; break;
case "Morph OS": match = "morphos"; break;
case "Debian": match = "linux-debian"; break;
Expand Down

0 comments on commit e668a4e

Please sign in to comment.