re-add key
This commit is contained in:
5
main.go
5
main.go
@ -1,6 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"embed"
|
||||
"flag"
|
||||
"log"
|
||||
|
||||
@ -8,6 +9,9 @@ import (
|
||||
tbserve "i2pgit.org/idk/i2p.plugins.tor-manager/serve"
|
||||
)
|
||||
|
||||
//go:embed tor-browser/unpack/i2p.firefox/*
|
||||
var content embed.FS
|
||||
|
||||
//var runtimePair = tbget.GetRuntimePair()
|
||||
|
||||
var (
|
||||
@ -37,6 +41,7 @@ func main() {
|
||||
if err != nil {
|
||||
log.Fatal("Couldn't create client", err)
|
||||
}
|
||||
client.TBS.Profile = &content
|
||||
if *i2pbrowser {
|
||||
client.TBS.RunI2PBWithLang()
|
||||
} else if *torbrowser {
|
||||
|
Reference in New Issue
Block a user