An open API service indexing awesome lists of open source software.

https://github.com/zhujiaming/makeicns_script

make icns file script
https://github.com/zhujiaming/makeicns_script

Last synced: 7 months ago
JSON representation

make icns file script

Awesome Lists containing this project

README

          

## makeicns_script
mac端制作icns格式的图片的脚本

## 使用步骤
1.准备一张1024*1024的icon图,如 `icon.png`;\
2.复制 `makeIcons.sh` 、 `icon.png` 到同一目录下;\
3.执行:
```shell
$ chmod a+x makeIcons.sh
$ makeIcons.sh icon.png
```

4.即可生成 `icon.icns`