Repository Details
Shared by


HelloGitHub Rating
0 ratings
Free•Apache-2.0
Claim
Discuss
Collect
Share
535
Stars
No
Chinese
Go
Language
No
Active
1
Contributors
10
Issues
Yes
Organization
None
Latest
60
Forks
Apache-2.0
License
More

该项目能够方便的把 Golang 项目包装成 MacOS 可以直接运行的软件。可以用来把自己写的小工具包装成一个其他人可以直接下载并双击使用的软件。提供自定义 logo、名字,分分钟发布自己的 Golang 软件。使用步骤如下:
```shell
# 1.安装命令
$ go get github.com/machinebox/appify
# 2.封装命令
$ appify -name "My Go Application" -icon ./icon.png /path/to/bin
```
Included in:
Vol.27
Comments
Rating:
No comments yet