diff options
author | kali <kali@win> | 2020-10-09 12:39:27 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:52 +0200 |
commit | e4a2efb527fb09b548c14b13d28d0780941ca72d (patch) | |
tree | 8527fb1678d1f8d4465cb7cee02d32a45a688ae8 /pkg/helper/windows.go | |
parent | 4d9d578902aae37d62ea3218efa2b062cb7f893f (diff) |
[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
Diffstat (limited to 'pkg/helper/windows.go')
-rw-r--r-- | pkg/helper/windows.go | 1 |
1 files changed, 0 insertions, 1 deletions
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{} ) |