Added simplified project version
This commit is contained in:
parent
599fe5396a
commit
1e351ed11c
@ -18,7 +18,12 @@ plugins {
|
|||||||
|
|
||||||
// Remember to update Constants.APP_VERSION when changing this version
|
// Remember to update Constants.APP_VERSION when changing this version
|
||||||
val projectVersion = "1.4.0-beta01"
|
val projectVersion = "1.4.0-beta01"
|
||||||
|
|
||||||
val projectName = "Gitnuro"
|
val projectName = "Gitnuro"
|
||||||
|
|
||||||
|
// Required for JPackage, as it doesn't accept additional suffixes after the version.
|
||||||
|
val projectVersionSimplified = "1.4.0"
|
||||||
|
|
||||||
val rustGeneratedSource = "${layout.buildDirectory.get()}/generated/source/uniffi/main/com/jetpackduba/gitnuro/java"
|
val rustGeneratedSource = "${layout.buildDirectory.get()}/generated/source/uniffi/main/com/jetpackduba/gitnuro/java"
|
||||||
|
|
||||||
group = "com.jetpackduba"
|
group = "com.jetpackduba"
|
||||||
@ -127,7 +132,7 @@ compose.desktop {
|
|||||||
nativeDistributions {
|
nativeDistributions {
|
||||||
includeAllModules = true
|
includeAllModules = true
|
||||||
packageName = projectName
|
packageName = projectName
|
||||||
version = projectVersion
|
version = projectVersionSimplified
|
||||||
description = "Multiplatform Git client"
|
description = "Multiplatform Git client"
|
||||||
|
|
||||||
windows {
|
windows {
|
||||||
|
Loading…
Reference in New Issue
Block a user