diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-11-15 23:47:21 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-11-15 23:47:21 +0200 |
commit | 7db3822c2e2167903e90e0c69474025460dbcd5f (patch) | |
tree | e8a6808acd253d9afb8f8ca76da6bfc6749f2bc8 /platform/windows/godot_res_wrap.rc | |
parent | f3c12c0ab48110fe6132ed62097cff05d2e1a562 (diff) | |
download | redot-engine-7db3822c2e2167903e90e0c69474025460dbcd5f.tar.gz |
[Windows] Add icon to the console wrapper, add option to set icon for the console wrapper on export.
Diffstat (limited to 'platform/windows/godot_res_wrap.rc')
-rw-r--r-- | platform/windows/godot_res_wrap.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/windows/godot_res_wrap.rc b/platform/windows/godot_res_wrap.rc index ed93bb1ec3..9877ff6075 100644 --- a/platform/windows/godot_res_wrap.rc +++ b/platform/windows/godot_res_wrap.rc @@ -4,6 +4,8 @@ #define _MKSTR(m_x) _STR(m_x) #endif +GODOT_ICON ICON platform/windows/godot.ico + 1 VERSIONINFO FILEVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_PATCH,0 PRODUCTVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_PATCH,0 |