Always delete the I2P directory when we're ready to build a new jpackage

This commit is contained in:
idk
2022-07-12 01:27:33 -04:00
parent 2ab20afa30
commit a9af406cc3

View File

@ -84,7 +84,7 @@ if [ -z $I2P_VERSION ]; then
fi
echo "preparing to invoke jpackage for I2P version $I2P_VERSION"
rm -rf I2P
"$JAVA_HOME"/bin/jpackage --type app-image --name I2P --app-version "$I2P_VERSION" \
--verbose \
--java-options "-Xmx512m" \