From 580d99928d2be255d01eb573b5bc998b99b3d881 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Sun, 7 Sep 2025 12:22:06 +0900 Subject: [PATCH] update launcher version in setup script --- setup.ps1 | 2 +- setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.ps1 b/setup.ps1 index 2697403..437bc40 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -68,7 +68,7 @@ echo " echo "@echo off java %JAVA_OPTS% -jar $CS\sbt-launch.jar @file:\$CLC %*" | Out-File -Encoding "ASCII" "$BIN\cs.bat" -$LJV = "1.4.4" +$LJV = "1.5.0" $LJ = "launcher-$LJV.jar" # If launcher is not in configuration directory diff --git a/setup.sh b/setup.sh index d62c89d..004ecb8 100755 --- a/setup.sh +++ b/setup.sh @@ -40,7 +40,7 @@ java \$JAVA_OPTS -jar $CS/sbt-launch.jar @$CLC \"\$@\"" > "$BIN/cs" chmod a+x "$BIN/cs" -LJV=1.4.4 +LJV=1.5.0 LJ="launcher-$LJV.jar" # If launcher is not in configuration directory