Browse Source

corrrect package name in nativeDistributions (#1042)

* corrrect package name in nativeDistributions

* Update build.gradle.kts

Co-authored-by: akurasov <86794754+akurasov@users.noreply.github.com>
web/svg_support_experiments
fauxvillage 3 years ago committed by GitHub
parent
commit
da19a19e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/todoapp/desktop/build.gradle.kts

2
examples/todoapp/desktop/build.gradle.kts

@ -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")

Loading…
Cancel
Save