Skip to content

Commit

Permalink
No longer have convert as an alias of the magick executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jun 21, 2024
1 parent 557ea5b commit 96af336
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Installer/Inno/inc/files-base.isx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#ifdef MagickVersion7
Source: "..\..\Output\bin\magick.exe"; DestDir: {#MagickAppDirectory}; Flags: ignoreversion
#ifdef MagickDynamicPackage
Source: "..\..\Output\bin\convert.exe"; DestDir: {#MagickAppDirectory}; Tasks: legacy_support; Flags: ignoreversion
Source: "..\..\Output\bin\compare.exe"; DestDir: {#MagickAppDirectory}; Tasks: legacy_support; Flags: ignoreversion
Source: "..\..\Output\bin\composite.exe"; DestDir: {#MagickAppDirectory}; Tasks: legacy_support; Flags: ignoreversion
Source: "..\..\Output\bin\conjure.exe"; DestDir: {#MagickAppDirectory}; Tasks: legacy_support; Flags: ignoreversion
Expand Down
1 change: 0 additions & 1 deletion Projects/utilities/Aliases.magick.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
compare
composite
conjure
convert
identify
mogrify
montage
Expand Down

0 comments on commit 96af336

Please sign in to comment.