Skip to content

Commit

Permalink
Small fix for java search on windows with paths having a ( in them
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Jan 11, 2025
1 parent 6b3d64b commit 7a93bcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set APP_CLASSPATH=%APP_LIB_DIR%\*;

if "%LAUNCHER_DEBUG%"=="1" (
echo ^[LAUNCHER^] java_classpath: %APP_CLASSPATH%
echo ^[LAUNCHER^] java_bin: %java_bin_accepted%
echo ^[LAUNCHER^] java_bin: "%java_bin_accepted%"
)

@REM append extra app and java args?
Expand Down

0 comments on commit 7a93bcc

Please sign in to comment.