aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/updater/constants.go
blob: b8e3147374982eea6b8a0abbeb1bd2e0c25dea53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: MIT
 *
 * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
 */

package updater

const (
	releasePublicKeyBase64 = "RWRNqGKtBXftKTKPpBPGDMe8jHLnFQ0EdRy8Wg0apV6vTDFLAODD83G4"
	latestVersionURL       = "https://download.wireguard.com/windows-client/latest.sig"
	msiURL                 = "https://download.wireguard.com/windows-client/%s"
	msiArchPrefix          = "wireguard-%s-"
	msiSuffix              = ".msi"
)