From 1c5cb1d1fb56dd2618f1375dc0b02f26a9f2446d Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Fri, 28 Feb 2025 20:50:15 +0800 Subject: [PATCH] Make the file description look slightly nicer in Windows --- src/win32/zdoom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/zdoom.rc b/src/win32/zdoom.rc index f53fae029..f0dc3820c 100644 --- a/src/win32/zdoom.rc +++ b/src/win32/zdoom.rc @@ -279,7 +279,7 @@ BEGIN BEGIN VALUE "Comments", "Thanks to id Software for creating DOOM and then releasing the source code. Thanks also to TeamTNT for creating BOOM, which ZDoom is partially based on. Includes code based on the Cajun Bot 0.97 by Martin Collberg." VALUE "CompanyName", " " - VALUE "FileDescription", "VkDoom" GIT_DESCRIPTION + VALUE "FileDescription", "VkDoom-" GIT_DESCRIPTION VALUE "FileVersion", RC_FILEVERSION2 VALUE "InternalName", "VkDoom" VALUE "LegalCopyright", "Copyright 1993-1996 id Software, 1998-2010 Randy Heit, 2002-2010 Christoph Oelckers, et al."