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 8d8bd01 commit 54944afCopy full SHA for 54944af
app/build.gradle.kts
@@ -50,7 +50,7 @@ compose.desktop {
50
mainClass = "processing.app.ui.Start"
51
52
nativeDistributions{
53
- modules("jdk.jdi", "java.compiler")
+ modules("jdk.jdi", "java.compiler", "jdk.zipfs")
54
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
55
packageName = "Processing"
56
packageVersion = rootProject.version.toString()
0 commit comments