Re: dmg from flat installer?
Re: dmg from flat installer?
- Subject: Re: dmg from flat installer?
- From: Jeremy Reichman <email@hidden>
- Date: Tue, 30 Mar 2010 13:06:20 -0400
- Thread-topic: dmg from flat installer?
If you can build your packages with The Luggage (which is really just using
all of the regular tools behind the scenes, including the hdiutil bit that
Greg mentioned), you can get dmgs out with:
$ make dmg
This runs through all of The Luggage's steps to make the .pkg and then
copies the result into a new disk image which is saved into your project
folder.
It's awesome. A drawback is that you have to use makefiles, which can be
daunting to learn if you don't know 'make' already. But you get
programmatically generated pkgs and dmgs for minimal effort, you can check
everything into version control, and it's mostly harmless.
--
Jeremy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden