mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
desktop: configure distribution properties
This commit is contained in:
parent
be848532ea
commit
ddd57603bc
1 changed files with 6 additions and 1 deletions
|
@ -29,10 +29,15 @@ kotlin {
|
|||
compose.desktop {
|
||||
application {
|
||||
mainClass = "MainKt"
|
||||
jvmArgs += listOf("-Xmx1G")
|
||||
nativeDistributions {
|
||||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
|
||||
packageName = "jvm"
|
||||
packageName = "Claw"
|
||||
packageVersion = "1.0.0"
|
||||
description = "Desktop client for lobste.rs link aggregation site"
|
||||
copyright = "© 2021 Harsh Shandilya. All rights reserved."
|
||||
vendor = "Harsh Shandilya"
|
||||
includeAllModules = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue