mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge pull request #195 from verypleasentusername/redot-merge
new .ico files for godot.ico and godot_console.ico
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 139 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 137 KiB |
@@ -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
|
||||||
|
|||||||
@@ -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
BIN
platform/windows/redot.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
BIN
platform/windows/redot_console.ico
Normal file
BIN
platform/windows/redot_console.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
Reference in New Issue
Block a user