Skip to content

Commit

Permalink
Merge pull request godotengine#69110 from bruvzg/con_icon2
Browse files Browse the repository at this point in the history
[Windows] Optimize editor icon, use different icon for console executable.
  • Loading branch information
akien-mga committed Nov 29, 2022
2 parents 55dae30 + 42c2c02 commit b7667e6
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 1 deletion.
120 changes: 120 additions & 0 deletions misc/dist/icon_console.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified platform/windows/godot.ico
Binary file not shown.
Binary file added platform/windows/godot_console.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion platform/windows/godot_res_wrap.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7667e6

Please sign in to comment.