Download from sub-directory since my release now has multiple artifacts github puts it at a different place

This commit is contained in:
idk
2022-09-03 22:41:30 -04:00
parent 9214c2116c
commit 934ab43b2a

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/$I2PFIREFOX_VERSION/i2pfirefox.jar"
wget -O "$HERE/build/i2pfirefox.jar" "https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/$I2PFIREFOX_VERSION/i2pfirefox.jar"
fi
cd java