Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit c982c37

Browse files
committed
Update windows installers
1 parent 4cda930 commit c982c37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h2>Featuring</h2>
141141
rec_download_file = "rust-" + rec_package_name + "-x86_64-apple-darwin.pkg";
142142
} else if (platform == "i686-pc-mingw32") {
143143
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";
145145
}
146146

147147
var rec_package_desc = rec_package_name + " (<span>" + rec_version_type + "</span>)";

install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ <h2>Nightly</h2>
3131
</tr>
3232
<tr>
3333
<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>
3636
</tr>
3737
<tr>
3838
<td class="inst-type">Source</td>

0 commit comments

Comments
 (0)