updater isn't enough, it needs to go all the way to preppkg. For now ignore a build error which doesn't matter to the jpackaged router

This commit is contained in:
idk
2021-05-23 01:00:05 -04:00
parent bf9e8cae14
commit c66d08d9d8

View File

@@ -22,7 +22,7 @@ echo "cleaning"
HERE="$PWD" HERE="$PWD"
cd "$HERE/../i2p.i2p/" cd "$HERE/../i2p.i2p/"
git checkout "$VERSION" git checkout "$VERSION"
ant updater ant distclean pkg || true
cd "$HERE" cd "$HERE"
RES_DIR="$HERE/../i2p.i2p/installer/resources" RES_DIR="$HERE/../i2p.i2p/installer/resources"