fix: add quotes to allow spaces on windows during helper script

- fixes: #2855
This commit is contained in:
Connor Tumbleson 2022-08-06 17:02:43 -04:00
parent 7a2c0c8bb8
commit f3f1993bf8
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -36,7 +36,7 @@ if "%ATTR:~0,1%"=="-" if "%~x1"==".apk" (
)
:load
%java_exe% -jar -Duser.language=en -Dfile.encoding=UTF8 "%~dp0%BASENAME%%max%.jar" %fastCommand% %*
"%java_exe%" -jar -Duser.language=en -Dfile.encoding=UTF8 "%~dp0%BASENAME%%max%.jar" %fastCommand% %*
rem Pause when ran non interactively
for /f "tokens=2" %%# in ("%cmdcmdline%") do if /i "%%#" equ "/c" pause