From 104b5d7486a6998ec4002efcd66c121c0519a01c Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 5 Dec 2021 04:16:37 -0500 Subject: [PATCH] add -N flag to wget command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 295b575..2ada25b 100644 --- a/Makefile +++ b/Makefile @@ -250,7 +250,7 @@ upload-su3s: GOOS=windows GOARCH=386 make upload-single-su3 download-single-su3: - wget -c "https://github.com/eyedeekay/reseed-tools/releases/download/v$(VERSION)/reseed-tools-$(GOOS)-$(GOARCH).su3" + wget -N -c "https://github.com/eyedeekay/reseed-tools/releases/download/v$(VERSION)/reseed-tools-$(GOOS)-$(GOARCH).su3" upload-single-deb: gothub upload -R -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION) -f reseed-tools_$(VERSION)-1_amd64.deb -l "`sha256sum reseed-tools_$(VERSION)-1_amd64.deb`" -n "reseed-tools_$(VERSION)-1_amd64.deb"