include git hash in build

This commit is contained in:
u130b8
2023-09-07 10:54:02 +03:00
parent e0461949ae
commit 613b998348
2 changed files with 10 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ BEGIN
VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR "\0"
VALUE "OriginalFilename", VER_ORIGINALFILENAME_STR "\0"
VALUE "ProductName", VER_PRODUCTNAME_STR
VALUE "ProductVersion", VER_PRODUCTVERSION_STR "\0"
VALUE "ProductVersion", "git-" PROGMGR_GIT_HASH "\0"
END
END
BLOCK "VarFileInfo"