Create a macOS Application from an executable (like a Go binary)
- Create an Application from any executable
- Set your own logo
- Specify app metadata via flags
To install appify:
go get github.com/machinebox/appifyappify -name "My Go Application" -icon ./icon.png /path/to/bin
It will create a macOS Application.
If you want to build a Go backed web based desktop application, check out our machinebox/desktop project.
