From 176bb97c88ec8665f468aece7ebf978c653cbdb7 Mon Sep 17 00:00:00 2001 From: Frederico Gomes Date: Sun, 8 Mar 2026 12:52:43 +0000 Subject: [PATCH] wireguard: Update windows client link Update download link to .exe provided by WireGuard. A utility that downloads, verifies and executes provided MSIs. source: https://www.wireguard.com/install/ Signed-off-by: Frederico Gomes Reviewed-by: Sunil Mohan Adapa --- plinth/modules/wireguard/manifest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plinth/modules/wireguard/manifest.py b/plinth/modules/wireguard/manifest.py index 471bf6b30..97fb9c05f 100644 --- a/plinth/modules/wireguard/manifest.py +++ b/plinth/modules/wireguard/manifest.py @@ -15,7 +15,8 @@ clients = [{ 'platforms': [{ 'type': 'download', 'os': 'windows', - 'url': 'https://download.wireguard.com' + 'url': ('https://download.wireguard.com/' + 'windows-client/wireguard-installer.exe') }, { 'type': 'download', 'os': 'macos',