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=25553
This commit is contained in:
parent
97af0e7e50
commit
4fd7e9890e
|
@ -284,7 +284,7 @@ $platforms = array(
|
|||
"win"=>$windows,
|
||||
"winx64"=>$windowsx64,
|
||||
"mac"=>$mac,
|
||||
"mac"=>$macppc,
|
||||
"macppc"=>$macppc,
|
||||
"linux"=>$linux,
|
||||
"linuxx64"=>$linuxx64,
|
||||
"linuxcompat"=>$linuxcompat,
|
||||
|
|
Loading…
Reference in New Issue