aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorThomas la Cour <tlc@hyrtwol.dk>2024-09-09 19:34:19 +0200
committerThomas la Cour <tlc@hyrtwol.dk>2024-09-09 19:34:19 +0200
commit6298b23e07f36862003d98c0197e581f29492c70 (patch)
tree564c78303483707deb038d4cb4693f1ca6d8f70d /build.bat
parent053425e8d7a29fee378437fce02d0db5ca2f7a90 (diff)
tag nightly builds
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 0b70d867d..b7191f94b 100644
--- a/build.bat
+++ b/build.bat
@@ -68,7 +68,7 @@ set compiler_defines= -DODIN_VERSION_RAW=\"%odin_version_raw%\"
rem fileversion is defined as {Major,Minor,Build,Private: u16} so a bit limited
set rc_flags=-nologo ^
-DV1=%V1% -DV2=%V2% -DV3=%V3% -DV4=%V4% ^
--DVF=%odin_version_full%
+-DVF=%odin_version_full% -Dnightly=%nightly%
if not exist .git\ goto skip_git_hash
for /f "tokens=1,2" %%i IN ('git show "--pretty=%%cd %%h" "--date=format:%%Y-%%m" --no-patch --no-notes HEAD') do (