From 2bd3abe6bb95ee247b00e4efc7c24cc134a69f1b Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 5 Sep 2022 14:12:00 -0400 Subject: [PATCH] re-add self-run of I2P.exe to save users a click, this needs testing but since I've got 3 VM's and 3 laptops on my desk right now I'm going to do it right now --- i2pversion | 8 +------- router.config | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/i2pversion b/i2pversion index e39e89b..917c62a 100644 --- a/i2pversion +++ b/i2pversion @@ -4,7 +4,7 @@ JNA_VERSION=5.11.0 export JNA_VERSION=5.11.0 I2PFIREFOX_VERSION=0.0.26 export I2PFIREFOX_VERSION=0.0.26 -#Comment this out to build from an alternate branch or +# Comment this out to build from an alternate branch or # the tip of the master branch. VERSIONMAJOR=1 VERSIONMINOR=9 @@ -13,9 +13,3 @@ I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" VERSION=i2p-jpackage-1.9.1 export VERSION=i2p-jpackage-1.9.1 - -#Uncomment this to build from the tip of the master. -#I2P_VERSION=1.8.0 -#export I2P_VERSION=1.8.0 -#VERSION=master -#export VERSION="$VERSION" diff --git a/router.config b/router.config index 27aa79a..1d2e09c 100644 --- a/router.config +++ b/router.config @@ -1,5 +1,5 @@ router.updateURL=http://ekm3fu6fr5pxudhwjmdiea5dovc3jdi66hjgop4c7z7dfaw7spca.b32.i2p/i2pwinupdate.su3 router.newsURL=http://dn3tvalnjz432qkqsvpfdqrwpqkw3ye4n4i2uyfr4jexvo3sp5ka.b32.i2p/news/win/beta/news.su3 router.backupNewsURL=http://tc73n4kivdroccekirco7rhgxdg5f3cjvbaapabupeyzrqwv5guq.b32.i2p/win/beta/news.su3 -routerconsole.browser=/bin/false +routerconsole.browser=I2P.exe router.disableTunnelTesting=false \ No newline at end of file