Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/export/changing_application_icon_for_windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ using this `ImageMagick <https://www.imagemagick.org/>`_ command:

.. code-block:: none

magick convert icon.png -define icon:auto-resize=256,128,64,48,32,16 icon.ico
magick 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:
Depending on which version of ImageMagick you installed, you might need to use this command instead:

.. code-block:: none

Expand Down
Loading