summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-06-28 18:38:17 +0200
committerRuben Pollan <meskio@sindominio.net>2018-07-03 19:37:51 +0200
commit7e051942ea6412fe28815b8c5a004480742334b0 (patch)
treef037ed88b5c01d08f2e47958a0f0d09a70bd49d2
parent3a2f10bf34b8c55b15f171cdf24719fc849d847b (diff)
[bug] use the correct path of openvpn
-rw-r--r--helper/windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/windows.go b/helper/windows.go
index 1a19cd2..faab494 100644
--- a/helper/windows.go
+++ b/helper/windows.go
@@ -24,7 +24,7 @@ import (
)
const (
- openvpnPath = `C:\bitmask\openvpn.exe`
+ openvpnPath = `C:\Program Files\RiseupVPN\openvpn.exe`
chocoOpenvpnPath = `C:\Program Files\OpenVPN\bin\openvpn.exe`
)