diff --git a/assets/misskey.png b/assets/misskey.png new file mode 100644 index 0000000..1e57da6 Binary files /dev/null and b/assets/misskey.png differ diff --git a/dodo.py b/dodo.py index 75ceb08..f737ba2 100644 --- a/dodo.py +++ b/dodo.py @@ -60,7 +60,7 @@ def task_service_icon(): formats = ('webp', 'png') for width in widths: for image_format in formats: - for basename in ('twitter', 'mastodon'): + for basename in ('twitter', 'mastodon', 'misskey'): yield dict( name='{}-{}.{}'.format(basename, width, image_format), actions=[(resize_image, (basename, width, image_format))],