Fix Windows version resources

Add FileVersion, which is a required field
As not all required fields were present, none were being included
Fixes #4090

Signed-off-by: Kiel Hurley <kielhurley@gmail.com>
This commit is contained in:
Kiel Hurley 2022-11-02 22:56:16 +13:00 committed by Johannes Schindelin
parent d74db2d801
commit be3c3d7372

View File

@ -12,6 +12,7 @@ BEGIN
VALUE "OriginalFilename", "git.exe\0"
VALUE "ProductName", "Git\0"
VALUE "ProductVersion", "@GIT_VERSION@\0"
VALUE "FileVersion", "@GIT_VERSION@\0"
END
END