Skip to content

Commit

Permalink
corrrect package name in nativeDistributions (JetBrains#1042)
Browse files Browse the repository at this point in the history
* corrrect package name in nativeDistributions

* Update build.gradle.kts

Co-authored-by: akurasov <[email protected]>
  • Loading branch information
fauxvillage and akurasov authored Aug 12, 2021
1 parent 457d437 commit da19a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todoapp/desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ compose.desktop {

nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "ComoseDesktopTodo"
packageName = "ComposeDesktopTodo"
packageVersion = "1.0.0"

modules("java.sql")
Expand Down

0 comments on commit da19a19

Please sign in to comment.