mirror of
https://github.com/codl/forget
synced 2024-12-25 06:32:15 +01:00
add misskey icon
This commit is contained in:
parent
159c1826d3
commit
05db96236c
BIN
assets/misskey.png
Normal file
BIN
assets/misskey.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
2
dodo.py
2
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))],
|
||||
|
Loading…
Reference in New Issue
Block a user