processing-library-template icon indicating copy to clipboard operation
processing-library-template copied to clipboard

Make examples folder read only in distribution zip

Open taktran opened this issue 9 years ago • 0 comments

I wanted to make the examples folder in my library read only, like the processing libraries (eg, serial), so I added this in. This means that when users try to save on top of the examples, processing will tell them they should save as another file, rather than overriding the example.

Found out how to do it from stackoverflow if interested

taktran avatar Apr 28 '16 10:04 taktran