[Libreoffice-commits] website.git: Branch 'update' - check.php
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Wed Apr 22 08:39:46 PDT 2015
check.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2516b32b97252fa89ead69f7bf0d35928ff0e1a7
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Wed Apr 22 17:38:52 2015 +0200
send mac users to 64bit download
as there is no 64bit version for 4.4 anymore
diff --git a/check.php b/check.php
index 44cb5ce..35af01a 100644
--- a/check.php
+++ b/check.php
@@ -444,7 +444,7 @@ function print_update_xml($buildid, $os, $arch, $lang, $pkgfmt) {
if ($arch == 'PowerPC')
$target_type = 'mac-ppc';
else
- $target_type = 'mac-x86';
+ $target_type = 'mac-x86_64';
break;
case 'Windows':
$target_type = 'win-x86';
More information about the Libreoffice-commits
mailing list