Re: PackageMaker command-line package size problem
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Hello Paul, Am 19.07.2007 um 11:45 schrieb Paul Tapper: Hope ths helps, Dirk PS: Better to ask such questions on the Xcode-users mailing list. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... To automate my build process a bit, I've now got a bash script which copys the component into a Temp folder and then builds the pkg using PackageMaker's command-line parameters, (extract below): "${PKGM}" -build -p ./MyAU.pkg -f ./Temp -d ./PackageStuff/AU/ Description.plist -i ./PackageStuff/AU/info.plist I'm building my installer package very similar, but I also provide a "-r /path/to/my/resources" argument. In the resulting pkg's "Resoures" folder, I see a "MyName.pax.gz" symlink file which points to the "Archive.pax.gz" file inside the "Contents" folder. Maybe you should specify a "-r" argument as well, to see how this changes PackageMaker's behaviour...? This email sent to site_archiver@lists.apple.com
participants (1)
-
Dirk Stegemann (Mailing-Lists)