From 2ada14ccdbedb6bb778c9452579d9a1ecb68b6d8 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 21 Aug 2020 19:21:52 +0530 Subject: [PATCH] wireguard: Remove hardcoded Windows client version Take user to the download page so that they can download the latest version of the Windows client. Signed-off-by: Joseph Nuthalapati --- plinth/modules/wireguard/manifest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plinth/modules/wireguard/manifest.py b/plinth/modules/wireguard/manifest.py index a18d0e5ab..61b2207c9 100644 --- a/plinth/modules/wireguard/manifest.py +++ b/plinth/modules/wireguard/manifest.py @@ -15,8 +15,7 @@ clients = validate([{ 'platforms': [{ 'type': 'download', 'os': 'windows', - 'url': 'https://download.wireguard.com/windows-client/' - 'wireguard-amd64-0.0.23.msi' + 'url': 'https://download.wireguard.com' }, { 'type': 'download', 'os': 'macos',