Skip to content

Commit

Permalink
Update sample Desktop app packageName and bundleId for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Apr 14, 2024
1 parent 1dc9df5 commit a77e879
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sampleApp/composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,12 @@ compose.desktop {

nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "com.devx.kdeviceinfo.sample.desktop"
packageName = "KDeviceInfo"
packageVersion = "1.0.0"

macOS {
bundleID = "com.devx.kdeviceinfo.sample.macOs"
}
}
}
}
Expand Down

0 comments on commit a77e879

Please sign in to comment.