diff --git a/src/cli/dependencies.js b/src/cli/dependencies.js index b7ce6ca..3ec8889 100644 --- a/src/cli/dependencies.js +++ b/src/cli/dependencies.js @@ -18,6 +18,13 @@ const BINARIES = [ url: 'http://www.graphicsmagick.org', msg: '' }, + { + // optional to process HEIC files + mandatory: false, + cmd: 'magick', + url: 'https://imagemagick.org', + msg: 'You will not be able to process HEIC images.' + }, { // optional to process videos mandatory: false,