machinebox/appify: Create a macOS Application from an executable (like a Go binary)
2019-10-31 09:55:35 Author: github.com(查看原文) 阅读量:376 收藏

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

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

Go Makefile

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
testdata added icon support May 8, 2018
.gitignore
LICENSE Update LICENSE May 7, 2018
Makefile initial commit May 7, 2018
README.md added icon flag to example May 12, 2018
appify-icon.png added logo May 8, 2018
main.go added icon support May 8, 2018
main_test.go added icon support May 8, 2018
preview2.png renamed preview file May 8, 2018

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.


文章来源: https://github.com/machinebox/appify
如有侵权请联系:admin#unsafe.sh