This commit is contained in:
Matthew Stratford 2021-04-14 14:00:45 +01:00
parent c60e5976cd
commit bacf8715db

View file

@ -6,7 +6,7 @@ SET build_commit=%%F
)
echo "BUILD: str = \"%build_commit%\""> ..\build.py
if %1 == "no-venv" goto skip-venv
if "%1" == "no-venv" goto skip-venv
py -m venv ..\venv
..\venv\Scripts\activate