mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-04 10:32:30 +01:00
add comments to start script about min required java version; update nsi script to match standalone start script
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
set "ATCS_DIR=%~dp0"
|
||||
set "MAX_MEM=1024M"
|
||||
REM required minimum java version is 11
|
||||
set "JAVA=java.exe"
|
||||
set "JAVA_OPTS=-DFONT_SCALE=1.0 -Dswing.aatext=true"
|
||||
set "ENV_FILE=%ATCS_DIR%ATCS.env.bat"
|
||||
@@ -10,6 +11,7 @@ if exist "%ENV_FILE%" (
|
||||
call "%ENV_FILE%"
|
||||
) else (
|
||||
echo REM set "MAX_MEM=%MAX_MEM%">"%ENV_FILE%"
|
||||
echo REM required minimum java version is 11
|
||||
echo REM set "JAVA=%JAVA%">>"%ENV_FILE%"
|
||||
echo REM set "JAVA_OPTS=%JAVA_OPTS%">>"%ENV_FILE%"
|
||||
echo.>>"%ENV_FILE%"
|
||||
|
||||
Reference in New Issue
Block a user