Skip to content

Commit

Permalink
fix: desktop main class no path
Browse files Browse the repository at this point in the history
Running the desktop app from commandline did not work, now it does.
  • Loading branch information
mariobodemann committed Sep 20, 2023
1 parent 96c51b7 commit 81373a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeapp/desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {

compose.desktop {
application {
mainClass = "ZeBadgeKompanion"
mainClass = "de.berlindroid.zekompanion.desktop.ZeBadgeKompanion"

nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
Expand Down

0 comments on commit 81373a5

Please sign in to comment.