move version of browser wrapping bundle to version config file

This commit is contained in:
idk
2022-09-03 21:57:07 -04:00
parent 59a1a3d9e6
commit c02e466f80
2 changed files with 3 additions and 2 deletions

View File

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