Skip to content

Commit

Permalink
All args
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneDev committed Oct 28, 2016
1 parent 7c6c7ab commit 33ab63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/apktool.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
if "%PATH_BASE%" == "" set PATH_BASE=%PATH%
set PATH=%CD%;%PATH_BASE%;
java -jar -Duser.language=en "%~dp0\apktool.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9
java -jar -Duser.language=en "%~dp0\apktool.jar" %*

0 comments on commit 33ab63c

Please sign in to comment.