mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01:00
Prevent appending the current directory to path on every run
- Fixes #927
This commit is contained in:
parent
c659df9dce
commit
5481376d0c
@ -1,3 +1,4 @@
|
|||||||
@echo off
|
@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
|
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