From e46f779b871a5f78869f5781f9f4501672de6efd Mon Sep 17 00:00:00 2001 From: Build-0-Matic <42479555+Build-0-Matic@users.noreply.github.com> Date: Sat, 12 Nov 2022 06:16:07 -0500 Subject: [PATCH] Update apktool.bat (#2930) Added missing quotes required for the file to work in Windows --- scripts/windows/apktool.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows/apktool.bat b/scripts/windows/apktool.bat index f0d14869..afc2a8a0 100755 --- a/scripts/windows/apktool.bat +++ b/scripts/windows/apktool.bat @@ -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