mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 17:27:41 +01:00
parent
ff8245af97
commit
481299c748
@ -1,4 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
if "%PATH_BASE%" == "" set PATH_BASE=%PATH%
|
if "%PATH_BASE%" == "" set PATH_BASE=%PATH%
|
||||||
set PATH=%CD%;%PATH_BASE%;
|
set PATH=%CD%;%PATH_BASE%;
|
||||||
java -jar -Duser.language=en "%~dp0\apktool.jar" %*
|
chcp 65001 2>nul >nul
|
||||||
|
java -jar -Duser.language=en -Dfile.encoding=UTF8 "%~dp0\apktool.jar" %*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user