Automatically Package Scripts

Lazy man chiming in.

I’m working from SVN and I want to package a script.

On OSX I have to go through the process of cleaning files from the zip (eg .svn, __MACOSX, .DS_Store, …)

It would be nice to add “Package Script” to the right-click menu of the “Scripting Terminal & Editor” file browser to handle all of this. The internal file browser already recognizes tools with a [T] icon, so it shouldn’t be hard. In fact, I guess this is scriptable…

Thanks.

+50

As a workaround for now you can probably write a makefile or even shellscript which creates the ZIP file without the extra noise.