From c66d08d9d815bdb010b827040e777f70fce3ed2d Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 23 May 2021 01:00:05 -0400 Subject: [PATCH] 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 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2359ead..6dd8059 100755 --- a/build.sh +++ b/build.sh @@ -22,7 +22,7 @@ echo "cleaning" HERE="$PWD" cd "$HERE/../i2p.i2p/" git checkout "$VERSION" -ant updater +ant distclean pkg || true cd "$HERE" RES_DIR="$HERE/../i2p.i2p/installer/resources"