moved image up

This commit is contained in:
Mat Ryer
2018-05-08 14:01:58 +01:00
parent c71a5cc4a2
commit 10251f1958

View File

@@ -2,6 +2,8 @@
Create a macOS Application from an executable (like a Go binary) Create a macOS Application from an executable (like a Go binary)
![Output of appify is a mac application](preview2.png)
* Create an Application from any executable * Create an Application from any executable
* Set your own logo * Set your own logo
* Specify app metadata via flags * Specify app metadata via flags
@@ -20,9 +22,7 @@ go get github.com/machinebox/appify
appify -name "My Go Application" /path/to/bin appify -name "My Go Application" /path/to/bin
``` ```
It will create a macOS Application: It will create a macOS Application.
![Output of appify is a mac application](preview2.png)
## What next? ## What next?