mirror of https://github.com/BOINC/boinc.git
web: separate Intel-only from Universal (PowerPC & Intel) clients on download-all page
svn path=/trunk/boinc/; revision=25552
This commit is contained in:
parent
cff3533f86
commit
97af0e7e50
|
@ -284,7 +284,7 @@ $platforms = array(
|
|||
"win"=>$windows,
|
||||
"winx64"=>$windowsx64,
|
||||
"mac"=>$mac,
|
||||
"macppc" = $macppc,
|
||||
"mac"=>$macppc,
|
||||
"linux"=>$linux,
|
||||
"linuxx64"=>$linuxx64,
|
||||
"linuxcompat"=>$linuxcompat,
|
||||
|
|
Loading…
Reference in New Issue