3 lines
191 B
Bash
Executable file
3 lines
191 B
Bash
Executable file
#!/usr/bin/env sh
|
|
echo oxipng -v -o 3 -a -s -Z ./priv/static/icon-*.png ./priv/static/apple-touch-icon.png
|
|
oxipng -v -o 3 -a -s -Z ./priv/static/icon-*.png ./priv/static/apple-touch-icon.png
|