Created by: benfry
With 9a94ccf and related commits, a zip file with extension .pdex can be loaded as a Library/Mode/Tool/Example set, and a zip file with the extension .pdez will load a sketch from a single file. (The sketch will be unpacked into a temporary file.)
On Linux, we need to update the install.sh scripts and the .xml files that define the file types to include these two new associations.
Created by: benfry
With 9a94ccf and related commits, a zip file with extension
.pdexcan be loaded as a Library/Mode/Tool/Example set, and a zip file with the extension.pdezwill load a sketch from a single file. (The sketch will be unpacked into a temporary file.)On Linux, we need to update the
install.shscripts and the.xmlfiles that define the file types to include these two new associations.