diff options
Diffstat (limited to 'pkg/helper')
-rw-r--r-- | pkg/helper/windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/helper/windows.go b/pkg/helper/windows.go index 08b01aa..2872702 100644 --- a/pkg/helper/windows.go +++ b/pkg/helper/windows.go @@ -30,7 +30,7 @@ import ( ) const ( - svcName = config.BinaryName + `-helper` + svcName = config.BinaryName + `-helper-v2` appPath = `C:\Program Files\` + config.ApplicationName + `\` LogFolder = appPath openvpnPath = appPath + `openvpn.exe` |