mirror of
https://github.com/amnezia-vpn/amneziawg-windows-client.git
synced 2026-07-03 14:05:10 +02:00
e628cbd609
* set update from amnezia.org * add update config to windows7 build * set version to 2.0.2
16 lines
610 B
Diff
16 lines
610 B
Diff
diff --git a/updater/constants.go b/updater/constants.go
|
|
index de2572e..6d9d2d8 100644
|
|
--- a/updater/constants.go
|
|
+++ b/updater/constants.go
|
|
@@ -10,8 +10,8 @@ const (
|
|
updateServerHost = "updates.amnezia.org"
|
|
updateServerPort = 443
|
|
updateServerUseHttps = true
|
|
- latestVersionPath = "/amneziawg/windows-client/latest.sig"
|
|
+ latestVersionPath = "/amneziawg/windows-client/latest-windows7.sig"
|
|
msiPath = "/amneziawg/windows-client/%s"
|
|
- msiArchPrefix = "amneziawg-%s-"
|
|
+ msiArchPrefix = "amneziawg-%s-windows7-"
|
|
msiSuffix = ".msi"
|
|
)
|