Add portable readme
This commit is contained in:
2
Makefile
2
Makefile
@ -143,7 +143,7 @@ sum:
|
|||||||
sha256sum $(BINARY)-$(GOOS)-$(GOARCH).su3
|
sha256sum $(BINARY)-$(GOOS)-$(GOARCH).su3
|
||||||
|
|
||||||
version:
|
version:
|
||||||
gothub release -p -u eyedeekay -r $(BINARY) -t "$(VERSION)" -d "`cat desc`"; true
|
gothub release -u eyedeekay -r $(BINARY) -t "$(VERSION)" -d "`cat desc`"; true
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
gothub upload -R -u eyedeekay -r $(BINARY) -t "$(VERSION)" -f $(BINARY)-$(GOOS)-$(GOARCH).su3 -n $(BINARY)-$(GOOS)-$(GOARCH).su3 -l "`sha256sum $(BINARY)-$(GOOS)-$(GOARCH).su3`"
|
gothub upload -R -u eyedeekay -r $(BINARY) -t "$(VERSION)" -f $(BINARY)-$(GOOS)-$(GOARCH).su3 -n $(BINARY)-$(GOOS)-$(GOARCH).su3 -l "`sha256sum $(BINARY)-$(GOOS)-$(GOARCH).su3`"
|
||||||
|
Reference in New Issue
Block a user