aboutsummaryrefslogtreecommitdiff
path: root/README
blob: d966175223622c13c20fbf41daa5218356ed31d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mkicns.sh is script that automates creating icns bundle from single PNG image.

REQUIREMENTS

	- macOS
	- convert utility from imagemagick

USAGE

	mkicns.sh --source icon.png --output icon

	As a result of above command, icon.icns will be created.

LICENSE

	BSD-2c