mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-05 02:22:55 +01:00
fix: add quotes to allow spaces on windows during helper script
- fixes: #2855
This commit is contained in:
parent
7a2c0c8bb8
commit
f3f1993bf8
@ -36,7 +36,7 @@ if "%ATTR:~0,1%"=="-" if "%~x1"==".apk" (
|
|||||||
)
|
)
|
||||||
|
|
||||||
:load
|
: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
|
rem Pause when ran non interactively
|
||||||
for /f "tokens=2" %%# in ("%cmdcmdline%") do if /i "%%#" equ "/c" pause
|
for /f "tokens=2" %%# in ("%cmdcmdline%") do if /i "%%#" equ "/c" pause
|
||||||
|
Loading…
Reference in New Issue
Block a user