Skip to content

Commit

Permalink
Fix Windows version resources
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mortein authored and dscho committed Sep 24, 2024
1 parent c71be29 commit 7be890e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7be890e

Please sign in to comment.