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 <[email protected]>
  • Loading branch information
Mortein authored and Git for Windows Build Agent committed Jan 8, 2025
1 parent 6b0a1a2 commit ce2d646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git.rc.in
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 ce2d646

Please sign in to comment.