Add portable readme

This commit is contained in:
idk
2022-03-07 19:21:19 -05:00
parent a05b9d7f4a
commit 0ef037102a
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ sum:
sha256sum $(BINARY)-$(GOOS)-$(GOARCH).su3
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:
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`"

2
desc
View File

@ -1 +1 @@
This is an I2P plugin that manages a Tor Browser instance.
This is an I2P plugin that manages a Tor Browser instance. It also functions as a combined Tor/I2P browser.