mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Correct version identification in Windows builds.
This commit is contained in:
parent
59dfb4fcf2
commit
0071a44f9e
@ -12,7 +12,7 @@ git rev-parse --git-dir >nul 2>&1
|
||||
if errorlevel 1 goto GitFail
|
||||
|
||||
for /f %%i in ('git rev-parse --abbrev-ref HEAD') do set GIT_BRANCH=%%i
|
||||
if "%GIT_BRANCH%"=="HEAD" set GIT_BRANCH=""
|
||||
if "%GIT_BRANCH%"=="HEAD" set GIT_BRANCH=
|
||||
for /f %%i in ('git rev-parse --short HEAD') do set GIT_REVISION=%%i
|
||||
|
||||
git diff-index --quiet HEAD --
|
||||
|
Loading…
Reference in New Issue
Block a user