make it possible to create a fake deb which auto-configures the reseed

This commit is contained in:
idk
2021-12-03 17:23:44 -05:00
parent c7ac947d70
commit 8c8ba765cd

View File

@ -1,5 +1,5 @@
VERSION=0.0.9
VERSION=0.1.9
APP=reseed-tools
USER_GH=eyedeekay
@ -216,6 +216,9 @@ upload-su3s:
GOOS=windows GOARCH=amd64 make upload-single-su3
GOOS=windows GOARCH=386 make upload-single-su3
upload-single-deb:
gothub upload -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION) -f reseed-tools_$(VERSION)-1_amd64.deb -n "reseed-tools_$(VERSION)-1_amd64.deb"
upload-single-bin:
gothub upload -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION) -f reseed-tools-"$(GOOS)"-"$(GOARCH)" -n "reseed-tools-$(GOOS)"-"$(GOARCH)"