Skip to content

Commit

Permalink
apktools
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloKittyNII committed Oct 10, 2017
1 parent 886a8be commit fb14069
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android_tools/apktool.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
if "%PATH_BASE%" == "" set PATH_BASE=%PATH%
set PATH=%CD%;%PATH_BASE%;
chcp 65001 2>nul >nul
java -jar -Duser.language=en -Dfile.encoding=UTF8 "%~dp0\apktool.jar" %*
Binary file added android_tools/apktool.jar
Binary file not shown.

0 comments on commit fb14069

Please sign in to comment.