[SHARED] Fix release build with DataStore

This commit is contained in:
Kamil Gurgul
2025-01-16 11:12:45 +01:00
parent 669108744d
commit 0e0128b8b2
+5 -1
View File
@@ -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 {