Ready for first release

This commit is contained in:
2026-08-09 23:13:04 +02:00
parent a90b2ebeca
commit 8494a1a9bb
9 changed files with 81 additions and 21 deletions
+6
View File
@@ -97,6 +97,12 @@ compose.desktop {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "com.jaytux.phoebench.clients"
packageVersion = rootProject.version.toString().split('-')[0]
jvmArgs += listOf("--enable-native-access=ALL-UNNAMED")
includeAllModules = true
buildTypes.release.proguard {
configurationFiles.from(file("proguard-rules.pro"))
}
}
}
}