move version of browser wrapping bundle to version config file

This commit is contained in:
idk
2022-09-03 22:20:42 -04:00
parent c02e466f80
commit 9214c2116c

View File

@@ -66,7 +66,7 @@ if [ ! -f "$HERE/build/jna-platform.jar" ]; then
fi fi
if [ ! -f "$HERE/build/i2pfirefox.jar" ]; then if [ ! -f "$HERE/build/i2pfirefox.jar" ]; then
wget -O "$HERE/build/i2pfirefox.jar" "https://github.com/eyedeekay/i2p.plugins.firefox/releases/$I2PFIREFOX_VERSION/0.0.21/i2pfirefox.jar" wget -O "$HERE/build/i2pfirefox.jar" "https://github.com/eyedeekay/i2p.plugins.firefox/releases/$I2PFIREFOX_VERSION/i2pfirefox.jar"
fi fi
cd java cd java