0
0
Fork 0
This repository has been archived on 2024-05-09. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
bus-routes/scripts/favicon.sh
2017-09-04 01:18:47 -05:00

9 lines
350 B
Bash

#!/bin/bash
inkscape -z -e ../public/launcher-icon-1x.png -w 48 -h 48 images/launcher.svg
inkscape -z -e ../public/launcher-icon-2x.png -w 96 -h 96 images/launcher.svg
inkscape -z -e ../public/launcher-icon-4x.png -w 192 -h 192 images/launcher.svg
convert ../public/launcher-icon-4x.png -define icon:auto-resize=64,48,32,16 ../public/favicon.ico