Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
acaf528e9b | ||
![]() |
98293c4ded | ||
![]() |
c9c938911d | ||
![]() |
7b27889b3b | ||
![]() |
a8b0285358 |
10
Makefile
10
Makefile
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
VERSION=0.2.6
|
VERSION=0.2.8
|
||||||
APP=reseed-tools
|
APP=reseed-tools
|
||||||
USER_GH=eyedeekay
|
USER_GH=eyedeekay
|
||||||
CGO_ENABLED=0
|
CGO_ENABLED=0
|
||||||
@@ -182,7 +182,7 @@ jar: gojava
|
|||||||
release: version upload checkinstall upload-single-deb plugins upload-su3s upload-bin
|
release: version upload checkinstall upload-single-deb plugins upload-su3s upload-bin
|
||||||
|
|
||||||
version:
|
version:
|
||||||
cat README.md | gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION) -d -
|
cat README.md | gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION) -d -; true
|
||||||
|
|
||||||
delete-version:
|
delete-version:
|
||||||
gothub delete -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION)
|
gothub delete -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION)
|
||||||
@@ -235,7 +235,7 @@ upload-bin:
|
|||||||
rm-su3s:
|
rm-su3s:
|
||||||
rm *.su3 -f
|
rm *.su3 -f
|
||||||
|
|
||||||
download-su3s: rm-su3s
|
download-su3s:
|
||||||
GOOS=darwin GOARCH=amd64 make download-single-su3
|
GOOS=darwin GOARCH=amd64 make download-single-su3
|
||||||
GOOS=darwin GOARCH=arm64 make download-single-su3
|
GOOS=darwin GOARCH=arm64 make download-single-su3
|
||||||
GOOS=linux GOARCH=386 make download-single-su3
|
GOOS=linux GOARCH=386 make download-single-su3
|
||||||
@@ -286,11 +286,11 @@ su3s: tmp/content tmp/lib
|
|||||||
-signer=hankhill19580@gmail.com \
|
-signer=hankhill19580@gmail.com \
|
||||||
-version "$(VERSION)" \
|
-version "$(VERSION)" \
|
||||||
-author=hankhill19580@gmail.com \
|
-author=hankhill19580@gmail.com \
|
||||||
-autostart=true \
|
-autostart=false \
|
||||||
-clientname=reseed-tools-$(GOOS)-$(GOARCH) \
|
-clientname=reseed-tools-$(GOOS)-$(GOARCH) \
|
||||||
-command="reseed-tools-$(GOOS)-$(GOARCH) reseed --yes --signer=you@mail.i2p --netdb=\$$CONFIG/netDb" \
|
-command="reseed-tools-$(GOOS)-$(GOARCH) reseed --yes --signer=you@mail.i2p --netdb=\$$CONFIG/netDb" \
|
||||||
-consolename="Reseed Tools" \
|
-consolename="Reseed Tools" \
|
||||||
-consoleurl="http://127.0.0.1:8443" \
|
-consoleurl="https://127.0.0.1:8443" \
|
||||||
-updateurl="http://idk.i2p/reseed-tools/reseed-tools-$(GOOS)-$(GOARCH).su3" \
|
-updateurl="http://idk.i2p/reseed-tools/reseed-tools-$(GOOS)-$(GOARCH).su3" \
|
||||||
-website="http://idk.i2p/reseed-tools/" \
|
-website="http://idk.i2p/reseed-tools/" \
|
||||||
-icondata="content/images/reseed-icon.png" \
|
-icondata="content/images/reseed-icon.png" \
|
||||||
|
2
main.go
2
main.go
@@ -19,7 +19,7 @@ func main() {
|
|||||||
|
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "reseed-tools"
|
app.Name = "reseed-tools"
|
||||||
app.Version = "0.1.9"
|
app.Version = "0.2.8"
|
||||||
app.Usage = "I2P tools and reseed server"
|
app.Usage = "I2P tools and reseed server"
|
||||||
app.Author = "eyedeekay"
|
app.Author = "eyedeekay"
|
||||||
app.Email = "hankhill19580@gmail.com"
|
app.Email = "hankhill19580@gmail.com"
|
||||||
|
Reference in New Issue
Block a user