Skip to content

Commit

Permalink
[DESKTOP] Update packageName
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Aug 10, 2024
1 parent 4dbc91e commit c018363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktopApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ compose.desktop {

nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "CPUInfo"
packageName = "CPU Info"
packageVersion = "1.0.0"

val iconsRoot = project.file("desktop-icons")
Expand Down

0 comments on commit c018363

Please sign in to comment.