Unified versioning in a singe variable for diff type of builds

This commit is contained in:
Abdelilah El Aissaoui 2022-03-28 00:32:48 +02:00
parent 47ea1f6089
commit 0501247855

View file

@ -51,7 +51,7 @@ compose.desktop {
nativeDistributions { nativeDistributions {
includeAllModules = true includeAllModules = true
packageName = name packageName = name
packageVersion = "0.1.0" packageVersion = projectVersion
} }
} }
} }