Use size in icon name in big icon

This commit is contained in:
Fredrik Fornwall 2019-01-11 00:36:47 +01:00
parent 829414ac19
commit a8c270f3c1
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ SIZE=512
rsvg-convert \
-w $SIZE \
-h $SIZE \
-o ~/termux-icons/ic_launcher.png \
-o ~/termux-icons/ic_launcher_$SIZE.png \
~/termux-icons/ic_launcher.svg
rsvg-convert \
-b black \
-w $SIZE \
-h $SIZE \
-o ~/termux-icons/ic_launcher_square.png \
-o ~/termux-icons/ic_launcher_square_$SIZE.png \
~/termux-icons/ic_launcher.svg