nexusmods-app: convert is deprecated, use magick
Resolves the following warning during the install phase: WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"
This commit is contained in:
@@ -97,7 +97,7 @@ buildDotnetModule (finalAttrs: {
|
||||
size=''${i}x''${i}
|
||||
dir=$out/share/icons/hicolor/$size/apps
|
||||
mkdir -p $dir
|
||||
convert -background none -resize $size $icon $dir/com.nexusmods.app.png
|
||||
magick -background none $icon -resize $size $dir/com.nexusmods.app.png
|
||||
done
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user