Remove _256 suffix
This commit is contained in:
parent
a0be606cad
commit
2bfeb1ed0f
1 changed files with 2 additions and 0 deletions
|
@ -9,9 +9,11 @@ mkdir -p "imgs/emotes/neofox" "imgs/emotes/neocat"
|
|||
cd "imgs/emotes/neofox"
|
||||
wget "https://volpeon.ink/emojis/neofox/neofox.zip" -O "neofox.zip"
|
||||
unzip neofox.zip
|
||||
rename --verbose --all '_256' '' *.png
|
||||
)
|
||||
(
|
||||
cd "imgs/emotes/neocat"
|
||||
wget "https://volpeon.ink/emojis/neocat/neocat.zip" -O "neocat.zip"
|
||||
unzip neocat.zip
|
||||
rename --verbose --all '_256' '' *.png
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue