Tweak launchconfig config [fport]

Forward port of e94147456c.
This commit is contained in:
Dale Wijnand 2016-11-16 14:42:15 +00:00
parent 08a42eed6d
commit 1fa63b64e0
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ object Transform {
{
IO.delete(conscriptBase)
val pairs = Seq(
"sbt.xMain" -> "sbt",
"sbt.xMain" -> "xsbt",
"sbt.ScriptMain" -> "scalas",
"sbt.ConsoleMain" -> "screpl"
)