From f0fb375e13ff7471e32744ebddebfb08ae29c6de Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 23 Jan 2023 16:32:07 +0000 Subject: [PATCH] move launcher.sh --- build.sh | 2 +- launcher.sh => buildscripts/launcher.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename launcher.sh => buildscripts/launcher.sh (100%) diff --git a/build.sh b/build.sh index 94edb05..158168c 100755 --- a/build.sh +++ b/build.sh @@ -41,7 +41,7 @@ elif [ "$machine" = "unix" ]; then export EXTRA=" public final static String EXTRA = \"-$EXTRACODE\";" fi -. "$SCRIPT_DIR/launcher.sh" +. "$SCRIPT_DIR/buildscripts/launcher.sh" if [ -z $I2P_VERSION ]; then I2P_VERSION=$("$JAVA_HOME"/bin/java -cp build/router.jar net.i2p.router.RouterVersion | sed "s/.*: //" | head -n 1 | sed 's|-|.|g') diff --git a/launcher.sh b/buildscripts/launcher.sh similarity index 100% rename from launcher.sh rename to buildscripts/launcher.sh