fix locale problem on windows, due to launch script

This commit is contained in:
Connor Tumbleson 2013-11-14 06:35:30 -06:00
parent f649f80026
commit 497b2f9e11
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ v2.0.0 (TBA)
-Added output to list Apktool version to help debugging.
-Updated known bytes for configurations to 38 (from addition of layout direction)
-Fixed NPE when handling odex apks even with --no-src specified. (Thanks Rodrigo Chiossi)
-Fixed locale problems when locale changes meaning of default letters in windows .bat script (Thanks Adem666)
v1.5.2 (Released February 2 - 2013) Codename: Bug Fixes
-Fixed (issue #299) - output smali filename errors to screen during rebuild instead of filestream

View File

@ -1,3 +1,3 @@
@echo off
set PATH=%CD%;%PATH%;
java -jar "%~dp0\apktool.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9
java -jar -Duser.language=en "%~dp0\apktool.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9