diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-02-24 23:35:34 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-02-24 23:35:34 +0300 |
commit | e71ddecd350a9c72be01b6730bc1369b03e4d46e (patch) | |
tree | d1e38084e963fa6219fa5b5f8b2b4be90a9b6488 /README |
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,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 |