mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
Git version fixed
This commit is contained in:
parent
55ca625371
commit
cd71125277
5 changed files with 26 additions and 15 deletions
|
@ -53,7 +53,8 @@ if errorlevel 1 (
|
|||
goto done
|
||||
)
|
||||
|
||||
for /F %%I IN ('call %GIT% describe --always') do set GIT_VERSION=%%I
|
||||
for /F %%I IN ('call %GIT% rev-list HEAD --count') do set GIT_VERSION=%%I
|
||||
for /F %%I IN ('call %GIT% rev-parse --short HEAD') do set GIT_VERSION=%GIT_VERSION%-%%I
|
||||
|
||||
rem // Don't modify the file if it already has the current version.
|
||||
if exist "%GIT_VERSION_FILE%" (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue