From ea8636b954b59c2f1eabab5fe83a068851625fd6 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 19 Jul 2021 12:09:12 -0400 Subject: [PATCH] move out plugin examples --- Makefile | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/Makefile b/Makefile index 8c6df2e..9f3e69b 100644 --- a/Makefile +++ b/Makefile @@ -54,46 +54,7 @@ upload-karens: karens gothub release -u eyedeekay -r "i2p.plugin.native" -t v$(VERSION) -d "I2P Plugin Generator and Supervisor" gothub upload -R -u eyedeekay -r "i2p.plugin.native" -t v$(VERSION) -l "$(sumklinux)" -n "karen" -f "karen" gothub upload -R -u eyedeekay -r "i2p.plugin.native" -t v$(VERSION) -l "$(sumkwindows)" -n "karen.exe" -f "karen.exe" - gothub upload -R -u eyedeekay -r "i2p.plugin.native" -t v$(VERSION) -l "$(sumkdarwin)" -n "karen-darwin" -f "karen-darwin" - -snowflake-win: - cp -v $(GOPATH)src/gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/proxy/proxy.exe ./snowflake.exe - -snowflake-example-win: all clean snowflake-win - i2p.plugin.native -name=snowflake \ - -signer=hankhill19580@gmail.com \ - -version 0.0.031 \ - -author=hankhill19580@gmail.com \ - -autostart=true \ - -clientname=snowflake.exe \ - -consolename="Snowflake Donor" \ - -delaystart="1" \ - -desc="`cat snowdesc)`" \ - -exename=snowflake.exe \ - -command="\$$PLUGIN/lib/snowflake.exe -log \$$PLUGIN/lib/snowflake.log" \ - -license=MIT \ - -targetos="windows" - cp -v *.su3 ../snowflake-windows.su3 - unzip -o snowflake.zip -d snowflake-zip-win - -snowflake-lin: - cp -v $(GOPATH)src/gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/proxy/proxy ./snowflake - -snowflake-example: all clean snowflake-lin - i2p.plugin.native -name=snowflake \ - -signer=hankhill19580@gmail.com \ - -version 0.0.031 \ - -author=hankhill19580@gmail.com \ - -autostart=true \ - -clientname=snowflake \ - -consolename="Snowflake Donor" \ - -delaystart="1" \ - -desc="`cat snowdesc)`" \ - -exename=snowflake \ - -command="\$$PLUGIN/lib/snowflake -log \$$PLUGIN/lib/snowflake.log" \ - -license=MIT - cp -v *.su3 ../snowflake-linux.su3 - unzip -o snowflake.zip -d snowflake-zip + gothub upload -R -u eyedeekay -r "i2p.plugin.native" -t v$(VERSION) -l "$(sumkdarwin)" -n "karen-darwin" -fss "karen-darwin" install: all karens install -m755 scripts/bin/i2p.plugin.native ~/go/bin/i2p.plugin.native