Re: zipping like Archive Utility
Re: zipping like Archive Utility
- Subject: Re: zipping like Archive Utility
- From: Marcus Karlsson <email@hidden>
- Date: Wed, 28 Jul 2010 08:41:33 +0200
--On July 27, 2010 3:58:50 PM +0100 Matt Gough <email@hidden> wrote:
Yes, that is part of the problem. Unfortunately I need a '.zip' file on
the server.
I now tried:
tar -czf "My Installer.tgz" "My Installer.mpkg"
zip "My Installer.zip" "My Installer.tgz"
but then Safari only decompresses the zip file, leaving the My
Installer.tgz in the Downloads folder.
Do you really need to tar and gzip it before you zip it? That feels a bit
like doing almost the same thing twice. The zip command should be perfectly
fine compressing the .mpkg package in the first place.
Marcus
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden