Skip to content

Commit

Permalink
Update apktool.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
maksz42 committed Dec 30, 2022
1 parent cca94b5 commit 6169d0f
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 @@ -39,4 +39,4 @@ if "%ATTR:~0,1%"=="-" if "%~x1"==".apk" (
"%java_exe%" -jar -Duser.language=en -Dfile.encoding=UTF8 "%~dp0%BASENAME%%max%.jar" %fastCommand% %*

rem Pause when ran non interactively
for /f "tokens=2" %%# in ("%cmdcmdline%") do if /i "%%#" equ "/c" pause
for %%i in (%cmdcmdline%) do if /i "%%~i"=="/c" pause

0 comments on commit 6169d0f

Please sign in to comment.