Skip to content

Commit 8dc0434

Browse files
committed
msi: Use openvpnserv2 binary from GitHub releases
Signed-off-by: Lev Stipakov <lev@openvpn.net>
1 parent ceb4a9c commit 8dc0434

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

windows-msi/build.wsf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ clean Cleans intermediate and output files</example>
136136
// Downloading openvpnserv2.exe
137137
b.pushRule(new DownloadBuildRule(
138138
BuildPath(buildPath, "openvpnserv2.exe"),
139-
ver.define.OPENVPNSERV2_URL,
139+
"https://github.com/OpenVPN/openvpnserv2/releases/download/" + ver.define.OVPNSERV2_VERSION + "/openvpnserv2-" + ver.define.OVPNSERV2_VERSION +".exe",
140140
["version.m4"]));
141141
142142
// Downloading and extracting Easy RSA

windows-msi/version.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ dnl renovate: datasource=github-releases depName=OpenVPN/ovpn-dco-win
2121
define([PRODUCT_OVPN_DCO_VERSION], [2.5.6])
2222

2323
dnl OpenVPNServ2.exe binary
24-
define([OPENVPNSERV2_URL], [http://build.openvpn.net/downloads/releases/openvpnserv2-1.4.0.1.exe])
24+
dnl renovate: datasource=github-releases depName=OpenVPN/openvpnserv2
25+
define([OVPNSERV2_VERSION], [1.4.0.1])
2526

2627
dnl Easy-RSA binaries:
2728
dnl URL to .zip file containing "easy-rsa-[EASYRSA_VERSION]" folder with Easy-RSA.

0 commit comments

Comments
 (0)