Re: standalone settings .zip

2017-01-05 Thread Keith Martin
On 5 Jan 2017, at 10:14, Thierry Douez wrote: > the zip command line utility (in Terminal) can do this: > > zip Targetdir.zip -x \*.DS_Store -r Sourcedir > > This can be executed with the LC shell() function... Sweet! That's really good to know, thanks. :) k --- Keith Martin Senior Lecturer,

Re: standalone settings .zip

2017-01-05 Thread Thierry Douez
the zip command line utility (in Terminal) can do this: zip Targetdir.zip -x \*.DS_Store -r Sourcedir This can be executed with the LC shell() function... That'd be nice – but if it's possible it's news to me. I've use a third-party zip tool to avoid including Mac-specific ghost files > in zi

Re: standalone settings .zip

2017-01-04 Thread Keith Martin
That'd be nice – but if it's possible it's news to me. I've use a third-party zip tool to avoid including Mac-specific ghost files in zip archives for Windows users. :-/ k On 4 Jan 2017, at 17:45, Matt Maier wrote: I haven't actually build a standalone in many months, so perhaps my memory i

standalone settings .zip

2017-01-04 Thread Matt Maier
I haven't actually build a standalone in many months, so perhaps my memory is fooling me. Did Livecode used to automatically create .zip files for each of the platforms? I'm using Indy 8.1.1 at the moment. It's not creating separate .zip copies and there's no option for that in the standalone set