mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 03:36:35 +00:00
4 lines
111 B
Bash
4 lines
111 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
convert -background none media/retroarch.svg -resize 160x160 -negate webos/icon160.png
|