From e4a2efb527fb09b548c14b13d28d0780941ca72d Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 9 Oct 2020 12:39:27 +0200 Subject: [pkg] windows fixes Several fixes for missing paths. Refactor qt installer; fetch pre-built binaries from an existing installation on build system (needs to be automated); add windows icon. - Resolves: #362 --- pkg/helper/windows.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/helper') diff --git a/pkg/helper/windows.go b/pkg/helper/windows.go index c33a4bc..43436ad 100644 --- a/pkg/helper/windows.go +++ b/pkg/helper/windows.go @@ -39,7 +39,6 @@ var ( LogFolder = getExecDir() openvpnPath = path.Join(appPath, "openvpn.exe") chocoOpenvpnPath = `C:\Program Files\OpenVPN\bin\openvpn.exe` - platformOpenvpnFlags = []string{ httpServerConf = &httpConf{} ) -- cgit v1.2.3