From c8cadd8bec1350b28c0042a18055eb2c7db096c6 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 24 Apr 2020 20:38:49 +0200 Subject: [pkg] two-stage build for windows to allow signed uninstaller --- pkg/helper/windows.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/helper') diff --git a/pkg/helper/windows.go b/pkg/helper/windows.go index 2872702..5eef863 100644 --- a/pkg/helper/windows.go +++ b/pkg/helper/windows.go @@ -82,8 +82,6 @@ func parseCliArgs() { runService(svcName, true) return case "install": - // TODO get binary name -- or maybe not, since in this way we make sure - // that all bitmask-vpn brandings are mutually exclusive. err = installService(svcName, "bitmask-helper service") case "remove": err = removeService(svcName) -- cgit v1.2.3