mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-22 09:47:34 +01:00
Update apktool.bat (#2930)
Added missing quotes required for the file to work in Windows
This commit is contained in:
parent
07d15e8200
commit
e46f779b87
@ -6,7 +6,7 @@ chcp 65001 2>nul >nul
|
|||||||
set java_exe=java.exe
|
set java_exe=java.exe
|
||||||
|
|
||||||
if defined JAVA_HOME (
|
if defined JAVA_HOME (
|
||||||
set "java_exe=%JAVA_HOME%\bin\java.exe"
|
set "java_exe"="%JAVA_HOME%\bin\java.exe"
|
||||||
)
|
)
|
||||||
|
|
||||||
rem Find the highest version .jar available in the same directory as the script
|
rem Find the highest version .jar available in the same directory as the script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user