Skip to content

Commit

Permalink
[SHARED] Fix release build with DataStore
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Jan 16, 2025
1 parent 6691087 commit 0e0128b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion desktopApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ compose.desktop {

nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Pkg, TargetFormat.Msi, TargetFormat.Deb)

packageName = "CPU-Info"
packageVersion = "1.4.2"
packageVersion = "1.4.3"

modules("jdk.unsupported")
modules("jdk.unsupported.desktop")

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

0 comments on commit 0e0128b

Please sign in to comment.