break out pyde with new name to reflect Windows change

This commit is contained in:
Ben Fry
2023-02-17 21:04:05 -05:00
parent 63cd51a331
commit 423437ff41
+7 -1
View File
@@ -553,12 +553,18 @@
causes appbundler to remove the extension handling,
so double-clicking files no longer works. -->
<bundledocument extensions="pde,pyde"
<bundledocument extensions="pde"
icon="macos/pde.icns"
name="Processing Source Code"
role="Editor">
</bundledocument>
<bundledocument extensions="pyde"
icon="macos/pde.icns"
name="Processing Python Source Code"
role="Editor">
</bundledocument>
<bundledocument extensions="pdez"
icon="macos/pdez.icns"
name="Processing Sketch Bundle"