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.
2 parents 54a3ca7 + e5484b0 commit 403a27aCopy full SHA for 403a27a
www/rustup.js
@@ -17,6 +17,7 @@ function detect_platform() {
17
if (navigator.platform == "Linux armv7l") {os = "unix";}
18
if (navigator.platform == "Win32") {os = "win";}
19
if (navigator.platform == "FreeBSD x86_64") {os = "unix";}
20
+ if (navigator.platform == "FreeBSD amd64") {os = "unix";}
21
22
if (navigator.platform == "Linux armv7l"
23
&& navigator.appVersion.indexOf("Android") != -1 ) {
0 commit comments