walk back i2pd support for the time being until I find a cross-compilation process I can deal with. Probably replace it with a jpackage and make it self update too.

This commit is contained in:
idk
2022-02-19 00:16:29 -05:00
parent 38287a81c4
commit 5057f0e872
6 changed files with 11 additions and 53 deletions

View File

@ -162,11 +162,7 @@ func main() {
}
}
} else {
closer := InitI2PSAM()
defer closer()
go StartI2P()
go runSysTray(true)
defer StopI2P()
if tbget.TestHTTPDefaultProxy() {
log.Println("I2P HTTP proxy OK")
} else {