Skip to content

Commit

Permalink
Fixed missing modules & Windows meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefterv committed Dec 15, 2024
1 parent b4afc51 commit 7b23c69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ compose.desktop {
mainClass = "processing.app.ui.Splash"

nativeDistributions{
modules("jdk.jdi", "java.compiler")
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "Processing"
packageVersion = rootProject.version as String
Expand All @@ -53,6 +54,8 @@ compose.desktop {
}
windows{
iconFile = project.file("../build/windows/processing.ico")
menuGroup = "Processing"
upgradeUuid = "89d8d7fe-5602-4b12-ba10-0fe78efbd602"
}
linux {
iconFile = project.file("../build/linux/processing.png")
Expand Down

0 comments on commit 7b23c69

Please sign in to comment.