diff --git a/build.sh b/build.sh index 3e5e40d..ce0cc83 100755 --- a/build.sh +++ b/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/$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 cd java