Add missed @user_jvm_args.txt to run.bat

This commit is contained in:
LexManos 2024-07-25 16:00:04 -07:00
parent 520680b037
commit 40a0a16db0
No known key found for this signature in database
GPG key ID: 6E90061A7AE1F652

View file

@ -9,7 +9,7 @@ if %ERRORLEVEL% NEQ 0 (
)
REM Add custom program arguments (such as nogui) to the next line before the %* or pass them to this script directly
java @libraries/@MAVEN_PATH@/win_args.txt %*
java @user_jvm_args.txt @libraries/@MAVEN_PATH@/win_args.txt %*
:exit
pause