mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Make Windows build process work without GIT
This commit is contained in:
parent
0ee827b294
commit
3886543c40
@ -3,6 +3,10 @@
|
||||
;
|
||||
; See DEPLOY.BAT for documentation on how this is used to build OSCAR installer
|
||||
|
||||
#define MyGitRevision "unreleased"
|
||||
#define MyReleaseStatus ""
|
||||
#define MyVersionNumbers "0.0.0.0"
|
||||
|
||||
#include "buildinfo.iss"
|
||||
|
||||
#define MyAppPublisher "The OSCAR Team"
|
||||
|
@ -25,7 +25,6 @@ if errorlevel 1 goto GitFail
|
||||
goto GitDone
|
||||
|
||||
:GitFail
|
||||
set GIT_REVISION="private"
|
||||
:GitDone
|
||||
|
||||
@echo Update_gtinfo.bat: GIT_BRANCH=%GIT_BRANCH%, GIT_REVISION=%GIT_REVISION%, GIT_TAG=%GIT_TAG%
|
||||
@ -50,4 +49,4 @@ echo Updating %DIR%git_info.h
|
||||
move /y %DIR%git_info.new %DIR%git_info.h
|
||||
|
||||
:AllDone
|
||||
endlocal
|
||||
endlocal
|
||||
|
Loading…
Reference in New Issue
Block a user