Skip to content

Commit

Permalink
Update imagemagick usage new convention
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Jul 10, 2024
1 parent 9c09a36 commit 3afcb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.ex
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defmodule Desktop.Deployment.Package do
File.rename!(erl, new_name)

# Updating icon
cmd!("convert", ["-resize", "64x64", pkg.icon, "icon.ico"])
cmd!("magick", ["convert", "-resize", "64x64", pkg.icon, "icon.ico"])

priv_import!(pkg, "icon.ico", strip: false)

Expand Down

0 comments on commit 3afcb16

Please sign in to comment.