added icon flag to example

This commit is contained in:
Mat Ryer
2018-05-12 11:11:19 +01:00
committed by GitHub
parent 10251f1958
commit 15c1e09ce9

View File

@@ -19,7 +19,7 @@ go get github.com/machinebox/appify
## Usage ## Usage
``` ```
appify -name "My Go Application" /path/to/bin appify -name "My Go Application" -icon ./icon.png /path/to/bin
``` ```
It will create a macOS Application. It will create a macOS Application.