Skip to content

Commit

Permalink
www: detect RISC-V 64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
airstone42 authored and rami3l committed Jan 17, 2024
1 parent 2549431 commit 469d6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/rustup.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function detect_platform() {
if (navigator.platform == "Linux ppc64") {os = "unix";}
if (navigator.platform == "Linux mips") {os = "unix";}
if (navigator.platform == "Linux mips64") {os = "unix";}
if (navigator.platform == "Linux riscv64") {os = "unix";}
if (navigator.platform == "Mac") {os = "unix";}
if (navigator.platform == "Win32") {os = "win32";}
if (navigator.platform == "Win64" ||
Expand Down

0 comments on commit 469d6a8

Please sign in to comment.