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
- Host: GitHub
- URL: https://github.com/zhujiaming/makeicns_script
- Owner: zhujiaming
- Created: 2023-06-01T14:55:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T15:04:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T05:23:45.157Z (12 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`