summaryrefslogtreecommitdiffstats
path: root/platform/windows/godot_res.rc
diff options
context:
space:
mode:
authorTrashguy <trashguy@gmail.com>2024-10-11 12:21:42 -0400
committerSpartan322 <Megacake1234@gmail.com>2024-10-13 15:05:24 -0400
commit9901f655fb46bd345770ad5f4a1638c4051b1816 (patch)
treebb22b4881145f122568c8f2e51e912078ad1b4fc /platform/windows/godot_res.rc
parent6699ae7897658e44efc3cfb2cba91c11a8f5aa6a (diff)
downloadredot-engine-9901f655fb46bd345770ad5f4a1638c4051b1816.tar.gz
Rebrand Godot 4.3 to Redot
Diffstat (limited to 'platform/windows/godot_res.rc')
-rw-r--r--platform/windows/godot_res.rc8
1 files changed, 4 insertions, 4 deletions
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