One option would be to use shell() to tar + zip the file.

Something like:

get shell("tar -czf MyApplication.tgz MyApplication.app")
put url ("binfile:MyApplication.tgz") into the tCustomProperty of this stack
...
put the tCustomPropery of this stack into url ("binfile:MyApplication.tgz")
get shell("tar -xzf MyApplication.tgz")

> Greetings,
> What is the procedure of getting a Rev standalone Mac app (bundle)
> into a custom property?
> 
> I can get the component files within the bundle, I can copy files and
> folders but I can't seem to find the magic words for getting the
> bundle into a cprop.
> 
> Thanks
> Ron
> _______________________________________________
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to