BOINC web: show Win64 before Win32 in download_all page

This commit is contained in:
David Anderson 2017-08-15 15:00:33 -07:00
parent 3f852c0faa
commit 83d720531d
1 changed files with 1 additions and 1 deletions

View File

@ -422,8 +422,8 @@ $android = array(
);
$platforms = array(
"win"=>$windows,
"winx64"=>$windowsx64,
"win"=>$windows,
"mac"=>$mac,
"mac32"=>$mac32,
"macppc"=>$macppc,