mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 10:21:26 +01:00
Welcome Screen: JDK Module
This commit is contained in:
@@ -50,7 +50,7 @@ compose.desktop {
|
||||
mainClass = "processing.app.ui.Start"
|
||||
|
||||
nativeDistributions{
|
||||
modules("jdk.jdi", "java.compiler")
|
||||
modules("jdk.jdi", "java.compiler", "jdk.zipfs")
|
||||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
|
||||
packageName = "Processing"
|
||||
packageVersion = rootProject.version.toString()
|
||||
|
||||
Reference in New Issue
Block a user