From 26190a05c3c01c015f3ce6c8253a5727b6748278 Mon Sep 17 00:00:00 2001 From: SylvanSign Date: Tue, 22 Feb 2022 19:46:53 -0500 Subject: [PATCH] add legacy ImageMagick command for ICO convert (#5638) --- tutorials/export/changing_application_icon_for_windows.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tutorials/export/changing_application_icon_for_windows.rst b/tutorials/export/changing_application_icon_for_windows.rst index 1598639e1..c14fc04f2 100644 --- a/tutorials/export/changing_application_icon_for_windows.rst +++ b/tutorials/export/changing_application_icon_for_windows.rst @@ -25,6 +25,12 @@ using this `ImageMagick `_ command: magick convert icon.png -define icon:auto-resize=256,128,64,48,32,16 icon.ico +Depending on which version of ImageMagick you installed, you might need to leave out the ``magick`` and run this command instead: + +.. code-block:: none + + 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