dotfiles/bin/png2ico

4 lines
107 B
Plaintext
Raw Normal View History

2020-10-27 21:06:46 +01:00
#!/bin/bash
convert -background transparent "$1" -define icon:auto-resize=16,24,32,48,64,128,256 "$1.ico"