浏览代码

add legacy ImageMagick command for ICO convert (#5638)

SylvanSign 3 年之前
父节点
当前提交
43ed15b371
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      getting_started/workflow/export/changing_application_icon_for_windows.rst

+ 6 - 0
getting_started/workflow/export/changing_application_icon_for_windows.rst

@@ -25,6 +25,12 @@ using this `ImageMagick <https://www.imagemagick.org/>`_ 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