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