Prevent appending the current directory to path on every run

- Fixes #927
This commit is contained in:
Connor Tumbleson 2015-04-29 08:04:20 -05:00
parent c659df9dce
commit 5481376d0c

View File

@ -1,3 +1,4 @@
@echo off
set PATH=%CD%;%PATH%;
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