IfECF_PATH_UPDATER is defined, let's use it to find ecf_updater executable
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
set ECF_UPDATER_PATH=
|
||||
if "%ECF_UPDATER_PATH%" == "" goto LOCAL_ECF_UPDATER
|
||||
goto start
|
||||
|
||||
:LOCAL_ECF_UPDATER
|
||||
if exist "%~dp0ecf_updater.exe" set ECF_UPDATER_PATH=%~dp0
|
||||
|
||||
if "%ECF_UPDATER_PATH%" == "" goto SEARCH_ECF_UPDATER
|
||||
|
||||
Reference in New Issue
Block a user