Skip to content

Commit 54944af

Browse files
committed
Welcome Screen: JDK Module
1 parent 8d8bd01 commit 54944af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ compose.desktop {
5050
mainClass = "processing.app.ui.Start"
5151

5252
nativeDistributions{
53-
modules("jdk.jdi", "java.compiler")
53+
modules("jdk.jdi", "java.compiler", "jdk.zipfs")
5454
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
5555
packageName = "Processing"
5656
packageVersion = rootProject.version.toString()

0 commit comments

Comments
 (0)