Skip to content

Commit 362b64c

Browse files
committed
Also use file description for product name
1 parent bea1c99 commit 362b64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.in.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BEGIN
2222
VALUE "FileVersion", VER_FILEVERSION_STR
2323
VALUE "LegalCopyright", "\xa9 Frederick Emmott\0"
2424
VALUE "OriginalFilename", "@ORIGINAL_FILENAME@\0"
25-
VALUE "ProductName", "OpenXR-Tracing\0"
25+
VALUE "ProductName", "@FILE_DESCRIPTION@\0"
2626
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
2727
END
2828
END

0 commit comments

Comments
 (0)