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 #define RT_MANIFEST 24
#endif #endif
GODOT_ICON ICON platform/windows/godot.ico GODOT_ICON ICON platform/windows/redot.ico
1 RT_MANIFEST "godot.manifest" 1 RT_MANIFEST "godot.manifest"
1 VERSIONINFO 1 VERSIONINFO
@@ -17,13 +17,13 @@ BEGIN
BEGIN BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "CompanyName", "Godot Engine" VALUE "CompanyName", "Redot Engine"
VALUE "FileDescription", VERSION_NAME VALUE "FileDescription", VERSION_NAME
VALUE "FileVersion", VERSION_NUMBER VALUE "FileVersion", VERSION_NUMBER
VALUE "ProductName", VERSION_NAME VALUE "ProductName", VERSION_NAME
VALUE "Licence", "MIT" VALUE "Licence", "MIT"
VALUE "LegalCopyright", "(c) 2007-present Juan Linietsky, Ariel Manzur and Godot Engine contributors" VALUE "LegalCopyright", "(c) 2007-present Juan Linietsky, Ariel Manzur and Redot Engine and Godot Engine contributors"
VALUE "Info", "https://godotengine.org" VALUE "Info", "https://redotengine.org"
VALUE "ProductVersion", VERSION_FULL_BUILD VALUE "ProductVersion", VERSION_FULL_BUILD
END END
END END

View File

@@ -4,7 +4,7 @@
#define RT_MANIFEST 24 #define RT_MANIFEST 24
#endif #endif
GODOT_ICON ICON platform/windows/godot_console.ico GODOT_ICON ICON platform/windows/redot_console.ico
1 RT_MANIFEST "godot.manifest" 1 RT_MANIFEST "godot.manifest"
1 VERSIONINFO 1 VERSIONINFO
@@ -17,13 +17,13 @@ BEGIN
BEGIN BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "CompanyName", "Godot Engine" VALUE "CompanyName", "Redot Engine"
VALUE "FileDescription", VERSION_NAME " (Console)" VALUE "FileDescription", VERSION_NAME " (Console)"
VALUE "FileVersion", VERSION_NUMBER VALUE "FileVersion", VERSION_NUMBER
VALUE "ProductName", VERSION_NAME " (Console)" VALUE "ProductName", VERSION_NAME " (Console)"
VALUE "Licence", "MIT" VALUE "Licence", "MIT"
VALUE "LegalCopyright", "(c) 2007-present Juan Linietsky, Ariel Manzur and Godot Engine contributors" VALUE "LegalCopyright", "(c) 2007-present Juan Linietsky, Ariel Manzur and Redot Engine and Godot Engine contributors"
VALUE "Info", "https://godotengine.org" VALUE "Info", "https://redotengine.org"
VALUE "ProductVersion", VERSION_FULL_BUILD VALUE "ProductVersion", VERSION_FULL_BUILD
END END
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