mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01:00
4 lines
111 B
Batchfile
Executable File
4 lines
111 B
Batchfile
Executable File
@echo off
|
|
set PATH=%CD%;%PATH%;
|
|
java -jar -Duser.language=en "%~dp0\apktool.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9
|