Start: Fix batch file condition

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri
2023-12-18 23:57:30 -05:00
parent 097c298c39
commit 45e2987622

View File

@@ -21,5 +21,5 @@ for %%A in (%*) do (
call "%VENV_DIR%\Scripts\activate.bat"
call pip -V
if defined IGNORE_UPGRADE call pip install --upgrade -r %REQUIREMENTS_FILE%
if not defined IGNORE_UPGRADE call pip install --upgrade -r %REQUIREMENTS_FILE%
call python main.py