mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-19 19:09:24 +01:00
a4b5c926f4
- removes unneeded echo
4 lines
159 B
Batchfile
Executable File
4 lines
159 B
Batchfile
Executable File
@echo off
|
|
if "%PATH_BASE%" == "" set PATH_BASE=%PATH%
|
|
set PATH=%CD%;%PATH_BASE%;
|
|
java -jar -Duser.language=en "%~dp0\apktool.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9 |