From d5b1291a30f9ae11fb40c42cce6d3ab206fc2da5 Mon Sep 17 00:00:00 2001 From: idk Date: Fri, 20 May 2022 13:11:45 -0400 Subject: [PATCH] \licenses\license\ --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index c521db5..8aa238f 100755 --- a/build.sh +++ b/build.sh @@ -97,5 +97,5 @@ echo "preparing to invoke jpackage for I2P version $I2P_VERSION" --resource-dir build \ --input build --main-jar launcher.jar --main-class net.i2p.router.WinLauncher -cp "$I2P_PKG/licenses/"* licenses/ -cp "$HERE/../i2p.i2p.jpackage-build/LICENSE.txt" licenses/I2P.txt \ No newline at end of file +cp "$I2P_PKG/licenses/"* license/ +cp "$HERE/../i2p.i2p.jpackage-build/LICENSE.txt" license/I2P.txt \ No newline at end of file