We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd158a commit c36f5c7Copy full SHA for c36f5c7
app/build.gradle.kts
@@ -48,6 +48,10 @@ compose.desktop {
48
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
49
packageName = "Processing"
50
packageVersion = rootProject.version.toString()
51
+ fileAssociation("pde", "Processing Source Code", "application/x-processing")
52
+ fileAssociation("pyde", "Processing Python Source Code", "application/x-processing")
53
+ fileAssociation("pdez", "Processing Sketch Bundle", "application/x-processing")
54
+ fileAssociation("pdex", "Processing Contribution Bundle", "application/x-processing")
55
56
macOS{
57
bundleID = "org.processing.app"
0 commit comments