Skip to content

Commit

Permalink
Windows|Client: Updated Windows version information
Browse files Browse the repository at this point in the history
This will hopefully set the application publisher name to match the
digital signature.
  • Loading branch information
skyjake committed Mar 22, 2016
1 parent 51f1fe5 commit fc34b6c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doomsday/apps/client/res/windows/doomsday.rc
Expand Up @@ -128,16 +128,16 @@ BEGIN
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "Doomsday Engine\0"
VALUE "FileVersion", DOOMSDAY_VERSION_TEXT "\0"
VALUE "InternalName", "Doomsday Engine\0"
VALUE "LegalCopyright", "Copyright � 2003-2012, deng Team\0"
VALUE "OriginalFilename", "Doomsday.exe\0"
VALUE "ProductName", "Doomsday Engine\0"
VALUE "ProductVersion", DOOMSDAY_VERSION_TEXT "\0"
VALUE "CompanyName", "Open Source Developer, Jaakko Ker�nen\0"
VALUE "FileDescription", "Doomsday Engine\0"
VALUE "FileVersion", DOOMSDAY_VERSION_TEXT "\0"
VALUE "InternalName", "Doomsday Engine\0"
VALUE "LegalCopyright", "Copyright � 2003-2016, deng Team\0"
VALUE "OriginalFilename", "Doomsday.exe\0"
VALUE "ProductName", "Doomsday Engine\0"
VALUE "ProductVersion", DOOMSDAY_VERSION_TEXT "\0"
#if !defined(_DEBUG) && !defined(DOOMSDAY_RELEASE_FULL) && defined(DOOMSDAY_RELEASE_NAME)
VALUE "SpecialBuild", DOOMSDAY_RELEASE_NAME "\0"
VALUE "SpecialBuild", DOOMSDAY_RELEASE_NAME "\0"
#endif
END
END
Expand Down

0 comments on commit fc34b6c

Please sign in to comment.