mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08:00
6 lines
191 B
Bash
Executable File
6 lines
191 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Generating feature graphics to ~/termux-icons/termux-feature-graphic.png..."
|
|
mkdir -p ~/termux-icons/
|
|
rsvg-convert feature-graphic.svg > ~/termux-icons/feature-graphic.png
|