summaryrefslogtreecommitdiff
path: root/helper/windows.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-06-28 18:59:41 +0200
committerRuben Pollan <meskio@sindominio.net>2018-07-04 01:22:44 +0200
commita6342aa35bc325ae297d38966742e5d38a1bb3ff (patch)
tree03f8835a565ea8fe5a0f4b97c9a5f6d3499785cd /helper/windows.go
parent7e051942ea6412fe28815b8c5a004480742334b0 (diff)
[feat] configure logger
Diffstat (limited to 'helper/windows.go')
-rw-r--r--helper/windows.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/windows.go b/helper/windows.go
index faab494..a2e538f 100644
--- a/helper/windows.go
+++ b/helper/windows.go
@@ -24,6 +24,7 @@ import (
)
const (
+ logPath = `C:\Program Files\RiseupVPN\helper.log`
openvpnPath = `C:\Program Files\RiseupVPN\openvpn.exe`
chocoOpenvpnPath = `C:\Program Files\OpenVPN\bin\openvpn.exe`
)