Skip to content

Commit

Permalink
Merge pull request #2 from iBotPeaches/master
Browse files Browse the repository at this point in the history
Windows: Correct helper script quoting (iBotPeaches#2882)
  • Loading branch information
fengjixuchui authored Sep 15, 2022
2 parents d39d4e8 + 63a8d09 commit 3a1a7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/apktool.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a1a7b4

Please sign in to comment.