add pride.tar.gz for mastodon tootctl emoji import
parent
0c81b9aa0e
commit
fc93676c4b
Binary file not shown.
|
@ -39,3 +39,10 @@ rm -rf $TEMP
|
|||
|
||||
# fix and remove metadata
|
||||
exiftool -all= -overwrite_original ./dist/pride/*
|
||||
|
||||
# create tarball for tootctl
|
||||
tar -C dist/pride/ -czf dist/pride.tar.gz .
|
||||
# import emojis with:
|
||||
# <mastodon-dir>/bin/tootctl emoji import \
|
||||
# --category "Pride" <emoji-dir>/dist/pride.tar.gz
|
||||
# or import each PNG via webadmin interface
|
||||
|
|
Loading…
Reference in New Issue