Hi Katja,
On 17/06/16 15:33, katja wrote:
on Windows it isn't trivial to make a deken package via makefile target because MinGW doesn't have a zip utility. I don't know yet how to make it convenient and user friendly on this platform.
IOhannes has a solution for this in the form of a small Windows script that uses the OS' native ability to unzip:
https://github.com/pure-data/deken/blob/master/deken-plugin.tcl#L96-L113
I'm guessing there is a way to do the reverse and zip up a directory too using VBscript.
Ah yes:
http://stackoverflow.com/a/15143587/2131094
Cheers,
Chris.