From b5e62f998529a5f17ba2ff6477a7b75040bf292a Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 2 Jul 2018 17:58:59 +0200 Subject: [feat] get the standalone dependencies for the systray --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3a6cebe..e1c78df 100755 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ helper_win: go build -ldflags "-s -w" -o $(STAGING)/bitmask_helper.exe .\helper upx $(STAGING)/bitmask_helper.exe systray_win: - go get -u $(SYSTRAY) + go get -tags "standalone" -u $(SYSTRAY) go build -tags "standalone" -ldflags "-H windowsgui -s -w" -o $(STAGING)/bitmask-systray.exe $(SYSTRAY) build_win: helper_win systray_win # since it's tedious, I assume you did bootstrap openvpn_win manually already. -- cgit v1.2.3