Merge pull request #195 from verypleasentusername/redot-merge

new .ico files for godot.ico and godot_console.ico
This commit is contained in:
Bioblaze Payne
2024-10-06 12:32:16 -07:00
committed by GitHub
6 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

View File

@@ -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

View File

@@ -4,7 +4,7 @@
#define RT_MANIFEST 24
#endif
GODOT_ICON ICON platform/windows/godot_console.ico
GODOT_ICON ICON platform/windows/redot_console.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 " (Console)"
VALUE "FileVersion", VERSION_NUMBER
VALUE "ProductName", VERSION_NAME " (Console)"
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

BIN
platform/windows/redot.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB