Revert "Update apktool.bat (#2930)" (#2931)

This reverts commit e46f779b87.
This commit is contained in:
Connor Tumbleson 2022-11-12 11:35:40 -05:00 committed by GitHub
parent e46f779b87
commit d66db22564
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