From d66db22564cd480d681c674af249c34893656445 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 12 Nov 2022 11:35:40 -0500 Subject: [PATCH] Revert "Update apktool.bat (#2930)" (#2931) This reverts commit e46f779b871a5f78869f5781f9f4501672de6efd. --- 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 afc2a8a0..f0d14869 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