From 7133c02c64103df74457da9de1a31ee710695e0c Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 10 Jul 2018 21:09:50 +0200 Subject: [pkg] don't update the systray repo It will fail in the CI or if you have a custom version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab93fcf..189cdaf 100755 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ build_win: staging\nssm.exe helper_win systray_win build_cross_win: staging/nssm.exe echo "!define VERSION $(VERSION)" > $(STAGING)/version.nsh $(CROSS_FLAGS) $(MAKE) helper_win - $(CROSS_FLAGS) go get -tags "standalone" -u $(SYSTRAY) + $(CROSS_FLAGS) go get -tags "standalone" $(SYSTRAY) $(CROSS_FLAGS) go build -tags "standalone" -ldflags "-H windowsgui -s -w -X main.version=$(VERSION)" -o $(STAGING)/$(SYSTRAY_BIN).exe $(SYSTRAY) upx $(STAGING)/$(SYSTRAY_BIN).exe mkdir -p dist -- cgit v1.2.3