We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dist-win-x86_64/Windows/version
1 parent 7454d90 commit d6367fdCopy full SHA for d6367fd
project/Build.scala
@@ -2275,6 +2275,9 @@ object Build {
2275
)
2276
.settings(
2277
Windows / name := "scala",
2278
+ // Windows/version is used to create ProductInfo - it requires a version without any -RC suffixes
2279
+ // If not explicitly overriden it would try to use `dottyVersion` assigned to `dist-win-x86_64/version`
2280
+ Windows / version := developedVersion,
2281
Windows / mappings := (Universal / mappings).value,
2282
Windows / packageBin := (Windows / packageBin).dependsOn(republish).value,
2283
Windows / wixFiles := (Windows / wixFiles).dependsOn(republish).value,
0 commit comments