Skip to content

Commit 0e0128b

Browse files
committed
[SHARED] Fix release build with DataStore
1 parent 6691087 commit 0e0128b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

desktopApp/build.gradle.kts

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ compose.desktop {
2222

2323
nativeDistributions {
2424
targetFormats(TargetFormat.Dmg, TargetFormat.Pkg, TargetFormat.Msi, TargetFormat.Deb)
25+
2526
packageName = "CPU-Info"
26-
packageVersion = "1.4.2"
27+
packageVersion = "1.4.3"
28+
29+
modules("jdk.unsupported")
30+
modules("jdk.unsupported.desktop")
2731

2832
val iconsRoot = project.file("desktop-icons")
2933
macOS {

0 commit comments

Comments
 (0)