add a way to add arbitrary plist contents

This commit is contained in:
2025-05-03 14:53:51 -04:00
parent 8405a8d01b
commit c56d5058ec
4 changed files with 87 additions and 2 deletions

View File

@@ -13,12 +13,12 @@ Create a macOS Application from an executable (like a Go binary)
To install `appify`:
```bash
go get github.com/machinebox/appify
go get git.yetaga.in/alazyreader/appify
```
## Usage
```
```bash
appify -name "My Go Application" -icon ./icon.png /path/to/bin
```