diff --git a/getting_started/workflow/export/changing_application_icon_for_windows.rst b/getting_started/workflow/export/changing_application_icon_for_windows.rst index 965ce0b03..1598639e1 100644 --- a/getting_started/workflow/export/changing_application_icon_for_windows.rst +++ b/getting_started/workflow/export/changing_application_icon_for_windows.rst @@ -25,6 +25,14 @@ using this `ImageMagick `_ command: magick convert icon.png -define icon:auto-resize=256,128,64,48,32,16 icon.ico +.. warning:: + + For the ICO file to effectively replace the default Godot icon, it must + contain *all* the sizes included in the default Godot icon: 16×16, 32×32, + 48×48, 64×64, 128×128, 256×256. If the ICO file does not contain all the sizes, + the default Godot icon will be kept for the sizes that weren't overridden. + + The above ImageMagick command takes this into account. Changing the taskbar icon -------------------------