From a14b4ac6507b65d9b2d5e22ff89cf89c689cd936 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 24 Apr 2020 18:57:01 +0200 Subject: [bug] do not use cross-compiling for the helper in win - add -H windowsgui to avoid console popping up --- pkg/helper/windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') 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` -- cgit v1.2.3