Skip to content

Commit

Permalink
feat: update deprecated magick command
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbrayo committed Jul 18, 2024
1 parent 90c139b commit 9d10588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ clean:

.PHONY: fastlane/metadata/android/en-US/images/icon.png
fastlane/metadata/android/en-US/images/icon.png: aw-server-rust/aw-webui/media/logo/logo.png
convert $< -resize 75% -gravity center -background white -extent 512x512 $@
magick $< -resize 75% -gravity center -background white -extent 512x512 $@

0 comments on commit 9d10588

Please sign in to comment.