machinebox / appify

Create a macOS Application from an executable (like a Go binary)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

appify

Create a macOS Application from an executable (like a Go binary)

Output of appify is a mac application

  • Create an Application from any executable
  • Set your own logo
  • Specify app metadata via flags

Install

To install appify:

go get github.com/machinebox/appify

Usage

appify -name "My Go Application" -icon ./icon.png /path/to/bin

It will create a macOS Application.

What next?

If you want to build a Go backed web based desktop application, check out our machinebox/desktop project.

About

Create a macOS Application from an executable (like a Go binary)

License:Apache License 2.0


Languages

Language:Go 98.5%Language:Makefile 1.5%