Update webui.bat

This commit is contained in:
Nicolas 2025-03-01 23:36:21 -05:00 committed by GitHub
parent 82a973c043
commit f69b4fb065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ if exist webui.settings.bat (
call webui.settings.bat
)
if not defined PYTHON (set PYTHON=python)
if not defined PYTHON (set PYTHON=py -3.10)
if defined GIT (set "GIT_PYTHON_GIT_EXECUTABLE=%GIT%")
if not defined VENV_DIR (set "VENV_DIR=%~dp0%venv")