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/godot_res_wrap.rc | |
parent | f16c5b564b569497d04deb965a4fd63b3ea2ab2f (diff) | |
download | redot-engine-42c2c02acfac6af5d382310e36a473bf36d18944.tar.gz |
[Windows] Optimize editor icon, use different icon for console executable.
Diffstat (limited to 'platform/windows/godot_res_wrap.rc')
-rw-r--r-- | platform/windows/godot_res_wrap.rc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |