Unverified Commit 117ec719 authored by Won-Kyu Park's avatar Won-Kyu Park
Browse files

support webui.settings.bat

parent 4be7b620
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@echo off

if exist webui.settings.bat (
    call webui.settings.bat
)

if not defined PYTHON (set PYTHON=python)
if defined GIT (set "GIT_PYTHON_GIT_EXECUTABLE=%GIT%")
if not defined VENV_DIR (set "VENV_DIR=%~dp0%venv")