From 327502def7f4e44176e0fb075dab945541d17745 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Thu, 17 Apr 2025 14:32:07 +0200 Subject: [PATCH] Zoom: link to MSI packages --- modules/Zoom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Zoom.php b/modules/Zoom.php index 88039ae..7fe27a5 100644 --- a/modules/Zoom.php +++ b/modules/Zoom.php @@ -2,7 +2,7 @@ class Zoom extends PatchBase { function __construct() { - parent::__construct('Zoom Video Communications', 'Zoom', 'https://zoom.us/download'); + parent::__construct('Zoom Video Communications', 'Zoom', 'https://zoom.us/download/admin'); } function check() : bool { if ($this->fetch_header('https://zoom.us/client/latest/ZoomInstaller.exe'))