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 b4afc51 commit 7b23c69Copy full SHA for 7b23c69
app/build.gradle.kts
@@ -40,6 +40,7 @@ compose.desktop {
40
mainClass = "processing.app.ui.Splash"
41
42
nativeDistributions{
43
+ modules("jdk.jdi", "java.compiler")
44
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
45
packageName = "Processing"
46
packageVersion = rootProject.version as String
@@ -53,6 +54,8 @@ compose.desktop {
53
54
}
55
windows{
56
iconFile = project.file("../build/windows/processing.ico")
57
+ menuGroup = "Processing"
58
+ upgradeUuid = "89d8d7fe-5602-4b12-ba10-0fe78efbd602"
59
60
linux {
61
iconFile = project.file("../build/linux/processing.png")
0 commit comments