diff --git a/xuanxuan/module/misc/ext/control/downloadclient.php b/xuanxuan/module/misc/ext/control/downloadclient.php index dc26034c18..9fe18da434 100755 --- a/xuanxuan/module/misc/ext/control/downloadclient.php +++ b/xuanxuan/module/misc/ext/control/downloadclient.php @@ -53,7 +53,7 @@ class myMisc extends misc $agentOS = helper::getOS(); if(strpos($agentOS, 'Windows') !== false) $os = 'win64'; if(strpos($agentOS, 'Linux') !== false) $os = 'linux64'; - if(strpos($agentOS, 'Mac') !== false) $os = 'mac'; + if(strpos($agentOS, 'Mac') !== false) $os = 'mac64'; $this->view->os = $os; }