Skip to content

Commit 7b23c69

Browse files
committed
Fixed missing modules & Windows meta
1 parent b4afc51 commit 7b23c69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ compose.desktop {
4040
mainClass = "processing.app.ui.Splash"
4141

4242
nativeDistributions{
43+
modules("jdk.jdi", "java.compiler")
4344
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
4445
packageName = "Processing"
4546
packageVersion = rootProject.version as String
@@ -53,6 +54,8 @@ compose.desktop {
5354
}
5455
windows{
5556
iconFile = project.file("../build/windows/processing.ico")
57+
menuGroup = "Processing"
58+
upgradeUuid = "89d8d7fe-5602-4b12-ba10-0fe78efbd602"
5659
}
5760
linux {
5861
iconFile = project.file("../build/linux/processing.png")

0 commit comments

Comments
 (0)