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