From 9901f655fb46bd345770ad5f4a1638c4051b1816 Mon Sep 17 00:00:00 2001 From: Trashguy Date: Fri, 11 Oct 2024 12:21:42 -0400 Subject: Rebrand Godot 4.3 to Redot --- platform/windows/godot_res.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'platform/windows/godot_res.rc') diff --git a/platform/windows/godot_res.rc b/platform/windows/godot_res.rc index 86191ad9d9..a3f42dfc66 100644 --- a/platform/windows/godot_res.rc +++ b/platform/windows/godot_res.rc @@ -4,7 +4,7 @@ #define RT_MANIFEST 24 #endif -GODOT_ICON ICON platform/windows/godot.ico +GODOT_ICON ICON platform/windows/redot.ico 1 RT_MANIFEST "godot.manifest" 1 VERSIONINFO @@ -17,13 +17,13 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "Godot Engine" + VALUE "CompanyName", "Redot Engine" VALUE "FileDescription", VERSION_NAME VALUE "FileVersion", VERSION_NUMBER VALUE "ProductName", VERSION_NAME VALUE "Licence", "MIT" - VALUE "LegalCopyright", "(c) 2007-present Juan Linietsky, Ariel Manzur and Godot Engine contributors" - VALUE "Info", "https://godotengine.org" + VALUE "LegalCopyright", "(c) 2007-present Juan Linietsky, Ariel Manzur and Redot Engine and Godot Engine contributors" + VALUE "Info", "https://redotengine.org" VALUE "ProductVersion", VERSION_FULL_BUILD END END -- cgit v1.2.3