pack a binary to MacOS .app bundle
Recommended to install with cargo install
:
sh
cargo install packapp
to update to the latest version:
sh
cargo install packapp --force
```sh
USAGE:
packapp [OPTIONS]
FLAGS: -h, --help Prints help information
OPTIONS:
-d, --display-name
ARGS:
to pack a binary with no settings
sh
packapp yo
with settings
sh
packapp --identifier com.company.yo --name yo --display-name YO --icon icon.icns --version "1.0.0" yo