Update Windows scripts for unicode support

- fixes #1595
This commit is contained in:
Connor Tumbleson 2017-08-25 06:36:50 -04:00
parent ff8245af97
commit 481299c748
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -1,4 +1,5 @@
@echo off
if "%PATH_BASE%" == "" set PATH_BASE=%PATH%
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" %*