Skip to content
Snippets Groups Projects
Verified Commit 7133c02c authored by meskio's avatar meskio :tent:
Browse files

[pkg] don't update the systray repo

It will fail in the CI or if you have a custom version.
parent 7ba2661b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment