Generate macOS installers for command-line applications and products from one command.
-
- put yout CLI applications in /macOS-x64/application/ (if directory is not exits, then create new one)
-
- run "build-macos-x64.sh" and enter your program name and version
-
- output will be at /macOS-x64/target/pkg/
- Modified from "https://github.com/KosalaHerath/macos-installer-builder"