Update apktool.bat (#2930)

Added missing quotes required for the file to work in Windows
This commit is contained in:
Build-0-Matic 2022-11-12 06:16:07 -05:00 committed by GitHub
parent 07d15e8200
commit e46f779b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ chcp 65001 2>nul >nul
set java_exe=java.exe
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