summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-07-10 21:09:50 +0200
committerRuben Pollan <meskio@sindominio.net>2018-07-10 21:09:50 +0200
commit7133c02c64103df74457da9de1a31ee710695e0c (patch)
tree892026b4e1def6ef4f468cc8f40a83e5fa913960
parent7ba2661b02b934c87626b0e142a8903d7c74732b (diff)
[pkg] don't update the systray repo
It will fail in the CI or if you have a custom version.
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
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