Fix build version script batch.

This commit is contained in:
Matthew Stratford 2021-04-14 14:22:02 +01:00
parent bacf8715db
commit c797647ebf

View file

@ -4,7 +4,7 @@ cd /D "%~dp0"
FOR /F "tokens=* USEBACKQ" %%F IN (`git rev-parse --short HEAD`) DO (
SET build_commit=%%F
)
echo "BUILD: str = \"%build_commit%\""> ..\build.py
echo BUILD: str = "%build_commit%"> ..\build.py
if "%1" == "no-venv" goto skip-venv