Fix the executable's description on Windows.
This commit is contained in:
parent
de24219fca
commit
416ab3a30e
|
@ -11,7 +11,7 @@ BEGIN
|
|||
BLOCK "040904E4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", ""
|
||||
VALUE "FileDescription", "@CPACK_PACKAGE_DESCRIPTION_SUMMARY@"
|
||||
VALUE "FileDescription", "@EXEDESC@"
|
||||
VALUE "FileVersion", "@CMAKE_PROJECT_VERSION@"
|
||||
VALUE "InternalName", "@EXENAME@"
|
||||
VALUE "LegalCopyright", ""
|
||||
|
|
Loading…
Reference in New Issue