fix: change packageVersion from 0.1.0 to 1.0.0 (MAJOR must be > 0 for DMG)

This commit is contained in:
yumoqing 2026-05-18 09:08:51 +08:00
parent 03c8a8a59f
commit ceaadf39a8

View File

@ -58,7 +58,7 @@ compose.desktop {
nativeDistributions { nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb) targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "bricks-mp" packageName = "bricks-mp"
packageVersion = "0.1.0" packageVersion = "1.0.0"
} }
} }
} }