mirror of https://github.com/sbt/sbt.git
name in Windows
This commit is contained in:
parent
6228cee742
commit
00312d7674
|
|
@ -255,6 +255,7 @@ val root = (project in file(".")).
|
|||
|
||||
// Universal ZIP download install.
|
||||
packageName in Universal := packageName.value, // needs to be set explicitly due to a bug in native-packager
|
||||
name in Windows := packageName.value,
|
||||
packageName in Windows := packageName.value,
|
||||
version in Universal := sbtVersionToRelease,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue