This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ <h2>Featuring</h2>
141
141
rec_download_file = "rust-" + rec_package_name + "-x86_64-apple-darwin.pkg" ;
142
142
} else if ( platform == "i686-pc-mingw32" ) {
143
143
rec_version_type = "Windows installer" ;
144
- rec_download_file = "rust-" + rec_package_name + "-install .exe" ;
144
+ rec_download_file = "rust-" + rec_package_name + "-i686-pc-mingw32 .exe" ;
145
145
}
146
146
147
147
var rec_package_desc = rec_package_name + " (<span>" + rec_version_type + "</span>)" ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ <h2>Nightly</h2>
31
31
</ tr >
32
32
< tr >
33
33
< td class ="inst-type "> Windows installer (.exe)</ td >
34
- < td > </ td >
35
- < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-install .exe "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
34
+ < td > < a href =" https://static.rust-lang.org/dist/rust-nightly-x86_64-w64-mingw32.exe " > < div class =" inst-button " > 64-bit </ div > </ a > < /td >
35
+ < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-i686-pc-mingw32 .exe "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
36
36
</ tr >
37
37
< tr >
38
38
< td class ="inst-type "> Source</ td >
You can’t perform that action at this time.
0 commit comments