mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 10:02:55 +01:00
fix locale problem on windows, due to launch script
This commit is contained in:
parent
f649f80026
commit
497b2f9e11
1
CHANGES
1
CHANGES
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user