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"