Skip to content

Commit 01595ac

Browse files
Morteindscho
authored andcommitted
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>
1 parent c6ca5c1 commit 01595ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git.rc.in

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ BEGIN
1212
VALUE "OriginalFilename", "git.exe\0"
1313
VALUE "ProductName", "Git\0"
1414
VALUE "ProductVersion", "@GIT_VERSION@\0"
15+
VALUE "FileVersion", "@GIT_VERSION@\0"
1516
END
1617
END
1718

0 commit comments

Comments
 (0)