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

This commit is contained in:
idk
2022-09-05 14:12:00 -04:00
parent 5ef6118b91
commit 2bd3abe6bb
2 changed files with 2 additions and 8 deletions

View File

@ -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"