Skip to content

Commit 494b108

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 <[email protected]>
1 parent 5501b4a commit 494b108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git.rc

+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)