Skip to content

Commit f198a40

Browse files
committed
Small updates for Windows build script.
1 parent dcf1896 commit f198a40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

z_build.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,8 @@ REM // Create version tag
167167
REM ///////////////////////////////////////////////////////////////////////////
168168
echo Dynamic Audio Normalizer > "%PACK_PATH%\BUILD_TAG"
169169
echo Copyright (C) 2014 LoRd_MuldeR ^<MuldeR2@GMX.de^> >> "%PACK_PATH%\BUILD_TAG"
170-
echo Version %VER_MAJOR%.%VER_MINOR%-%VER_PATCH% >> "%PACK_PATH%\BUILD_TAG"
171170
echo. >> "%PACK_PATH%\BUILD_TAG"
172-
echo Built on %ISO_DATE%, at %ISO_TIME% >> "%PACK_PATH%\BUILD_TAG"
171+
echo Version %VER_MAJOR%.%VER_MINOR%-%VER_PATCH%. Built on %ISO_DATE%, at %ISO_TIME% >> "%PACK_PATH%\BUILD_TAG"
173172
echo. >> "%PACK_PATH%\BUILD_TAG"
174173
cl 2>&1 | "%~dp0\etc\head.exe" -n1 | "%~dp0\etc\sed.exe" -e "/^$/d" -e "s/^/Compiler version: /" >> "%PACK_PATH%\BUILD_TAG"
175174
ver 2>&1 | "%~dp0\etc\sed.exe" -e "/^$/d" -e "s/^/Build platform: /" >> "%PACK_PATH%\BUILD_TAG"

0 commit comments

Comments
 (0)