From 9a351de9b487d25016cde0934d60f6412e317a24 Mon Sep 17 00:00:00 2001 From: sk22 Date: Mon, 21 Nov 2022 17:22:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 068ebb245..8b7b61885 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Mastodos makes use of [Mastodon for Android](https://github.com/mastodon/mastodo * Pink primary color * Custom icon: Modulate upstream icon using ImageMagick ```bash - mogrify -modulate 90,100,140 mastodon/src/main/res/mipmap-*/ic_launcher*.png + mogrify -modulate 90,100,140 mastodon/src/main/res/mipmap-*/ic_launcher*.png mastodon/src/main/ic_launcher-playstore.png ``` ## Building