mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
Use size in icon name in big icon
This commit is contained in:
@@ -12,12 +12,12 @@ SIZE=512
|
|||||||
rsvg-convert \
|
rsvg-convert \
|
||||||
-w $SIZE \
|
-w $SIZE \
|
||||||
-h $SIZE \
|
-h $SIZE \
|
||||||
-o ~/termux-icons/ic_launcher.png \
|
-o ~/termux-icons/ic_launcher_$SIZE.png \
|
||||||
~/termux-icons/ic_launcher.svg
|
~/termux-icons/ic_launcher.svg
|
||||||
|
|
||||||
rsvg-convert \
|
rsvg-convert \
|
||||||
-b black \
|
-b black \
|
||||||
-w $SIZE \
|
-w $SIZE \
|
||||||
-h $SIZE \
|
-h $SIZE \
|
||||||
-o ~/termux-icons/ic_launcher_square.png \
|
-o ~/termux-icons/ic_launcher_square_$SIZE.png \
|
||||||
~/termux-icons/ic_launcher.svg
|
~/termux-icons/ic_launcher.svg
|
||||||
|
Reference in New Issue
Block a user