Skip to content

Commit e46f779

Browse files
Update apktool.bat (#2930)
Added missing quotes required for the file to work in Windows
1 parent 07d15e8 commit e46f779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/windows/apktool.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ chcp 65001 2>nul >nul
66
set java_exe=java.exe
77

88
if defined JAVA_HOME (
9-
set "java_exe=%JAVA_HOME%\bin\java.exe"
9+
set "java_exe"="%JAVA_HOME%\bin\java.exe"
1010
)
1111

1212
rem Find the highest version .jar available in the same directory as the script

0 commit comments

Comments
 (0)