Unified versioning in a singe variable for diff type of builds
This commit is contained in:
parent
47ea1f6089
commit
0501247855
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ compose.desktop {
|
||||||
nativeDistributions {
|
nativeDistributions {
|
||||||
includeAllModules = true
|
includeAllModules = true
|
||||||
packageName = name
|
packageName = name
|
||||||
packageVersion = "0.1.0"
|
packageVersion = projectVersion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue