move launcher.sh

This commit is contained in:
idk
2023-01-23 16:32:07 +00:00
parent f19a5ca002
commit f0fb375e13
2 changed files with 1 additions and 1 deletions

View File

@@ -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')