move version of browser wrapping bundle to version config file
This commit is contained in:
2
build.sh
2
build.sh
@@ -66,7 +66,7 @@ if [ ! -f "$HERE/build/jna-platform.jar" ]; then
|
||||
fi
|
||||
|
||||
if [ ! -f "$HERE/build/i2pfirefox.jar" ]; then
|
||||
wget -O "$HERE/build/i2pfirefox.jar" https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/0.0.21/i2pfirefox.jar
|
||||
wget -O "$HERE/build/i2pfirefox.jar" "https://github.com/eyedeekay/i2p.plugins.firefox/releases/$I2PFIREFOX_VERSION/0.0.21/i2pfirefox.jar"
|
||||
fi
|
||||
|
||||
cd java
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
|
||||
JNA_VERSION=5.11.0
|
||||
export JNA_VERSION=5.11.0
|
||||
|
||||
I2PFIREFOX_VERSION=0.0.21
|
||||
export I2PFIREFOX_VERSION=0.0.21
|
||||
#Comment this out to build from an alternate branch or
|
||||
# the tip of the master branch.
|
||||
VERSIONMAJOR=1
|
||||
|
||||
Reference in New Issue
Block a user