Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Fix desktop app distribution (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omico authored Dec 28, 2023
1 parent 382279f commit 317dd6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ compose.desktop {
mainClass = "app.tivi.MainKt"

nativeDistributions {
modules("java.sql")
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "app.tivi"
packageVersion = "1.0.0"
Expand Down

0 comments on commit 317dd6d

Please sign in to comment.