Renamed package name and included all modules for release build
This commit is contained in:
parent
23a6b741b8
commit
3f31cd2ac0
1 changed files with 2 additions and 1 deletions
|
@ -46,8 +46,9 @@ compose.desktop {
|
|||
mainClass = "MainKt"
|
||||
|
||||
nativeDistributions {
|
||||
includeAllModules = true
|
||||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.AppImage)
|
||||
packageName = "gitnuro"
|
||||
packageName = "Gitnuro"
|
||||
packageVersion = "1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue