mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-06 12:47:03 +01:00
481299c748
- fixes #1595
6 lines
181 B
Batchfile
Executable File
6 lines
181 B
Batchfile
Executable File
@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" %*
|