Zoom: switch to x64 version
This commit is contained in:
parent
1122c389d6
commit
f8e9d39ccd
1 changed files with 3 additions and 3 deletions
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
class Zoom extends PatchBase {
|
class Zoom extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('Zoom Video Communications', 'Zoom', 'https://zoom.us/download/admin');
|
parent::__construct('Zoom Video Communications', 'Zoom Workplace', 'https://zoom.us/download/admin');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch_header('https://zoom.us/client/latest/ZoomInstaller.exe'))
|
if ($this->fetch_header('https://zoom.us/client/latest/ZoomInstaller.exe?archType=x64'))
|
||||||
return $this->parse('/\/prod\/([\d\.]+)\/ZoomInstaller\.exe/');
|
return $this->parse('/\/prod\/([\d\.]+)\/x64\/ZoomInstaller\.exe/');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue