Fix build version script batch.
This commit is contained in:
parent
bacf8715db
commit
c797647ebf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue