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 коммит произвёл Matthew John Cheetham
Родитель 4edc6a9300
Коммит dcc374cc21
1 изменённых файлов: 1 добавлений и 0 удалений

1
git.rc
Просмотреть файл

@ -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