From 272ff689e771c5c32fe93023d51d7a500e05c348 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 2 Aug 2021 20:02:06 -0400 Subject: [PATCH] Try and get it to use a native jbigi --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 04cd95d..0329b25 100755 --- a/build.sh +++ b/build.sh @@ -31,7 +31,7 @@ ant distclean preppkg-windows || true cd "$HERE" RES_DIR="$HERE/../i2p.i2p/installer/resources" I2P_JARS="$HERE/../i2p.i2p/pkg-temp/lib" -I2P_JBIGI="$HERE/../installer/build/resources/jbigi" +I2P_JBIGI="$HERE/../i2p.i2p/installer/build/resources/jbigi" I2P_PKG="$HERE/../i2p.i2p/pkg-temp" echo "compiling custom launcher"