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 <njoseph@riseup.net>
This commit is contained in:
Joseph Nuthalapati 2020-08-21 19:21:52 +05:30
parent 7afe361eee
commit 2ada14ccdb
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -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',