diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-11-24 13:02:44 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-11-29 09:39:03 +0200 |
commit | 42c2c02acfac6af5d382310e36a473bf36d18944 (patch) | |
tree | 5b2149ae3673a061ddbabd8c8afe686b377e670c /platform/windows | |
parent | f16c5b564b569497d04deb965a4fd63b3ea2ab2f (diff) | |
download | redot-engine-42c2c02acfac6af5d382310e36a473bf36d18944.tar.gz |
[Windows] Optimize editor icon, use different icon for console executable.
Diffstat (limited to 'platform/windows')
-rw-r--r-- | platform/windows/godot.ico | bin | 359559 -> 142638 bytes | |||
-rw-r--r-- | platform/windows/godot_console.ico | bin | 0 -> 140380 bytes | |||
-rw-r--r-- | platform/windows/godot_res_wrap.rc | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/godot.ico b/platform/windows/godot.ico Binary files differindex 25830ffdc6..f0bb68225d 100644 --- a/platform/windows/godot.ico +++ b/platform/windows/godot.ico diff --git a/platform/windows/godot_console.ico b/platform/windows/godot_console.ico Binary files differnew file mode 100644 index 0000000000..1d27e3d6ae --- /dev/null +++ b/platform/windows/godot_console.ico diff --git a/platform/windows/godot_res_wrap.rc b/platform/windows/godot_res_wrap.rc index 9877ff6075..9dd29afe51 100644 --- a/platform/windows/godot_res_wrap.rc +++ b/platform/windows/godot_res_wrap.rc @@ -4,7 +4,7 @@ #define _MKSTR(m_x) _STR(m_x) #endif -GODOT_ICON ICON platform/windows/godot.ico +GODOT_ICON ICON platform/windows/godot_console.ico 1 VERSIONINFO FILEVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_PATCH,0 |