Apktool/scripts/windows/apktool.bat

4 lines
159 B
Batchfile
Raw Normal View History

@echo off
if "%PATH_BASE%" == "" set PATH_BASE=%PATH%
set PATH=%CD%;%PATH_BASE%;
2015-10-29 13:09:45 +01:00
java -jar -Duser.language=en "%~dp0\apktool.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9