KosalaHerath / macos-installer-builder

Generate macOS installers for your applications and products from one command
Apache License 2.0
323 stars 94 forks source link

Python version of this script #35

Open RhetTbull opened 9 months ago

RhetTbull commented 9 months ago

Hello. First, thank you for open sourcing this repo. Your code and the accompanying blog article were incredibly helpful as Apple's own documentation on building installers is very lacking. To make it easier to create these, I've created a derivative work rewritten in python as a command line tool called applecrate. It can be installed via pipx install applecrate and used with any binaries, not just those created in python. It uses a template system to auto-generate all the necessary files but allows you to also add custom pre- and post-install scripts, etc. as well as generate the welcome and conclusion using Markdown.

Thanks again for building and sharing this!

KosalaHerath commented 6 months ago

I appreciate your sharing, and I'm glad I could assist.