Fix sbtn building

This commit is contained in:
Eugene Yokota 2022-06-27 03:09:43 -04:00
parent 7cc6ad3d00
commit bec2be707a
1 changed files with 1 additions and 2 deletions

View File

@ -1163,8 +1163,7 @@ lazy val sbtClientProj = (project in file("client"))
nativeImageReady := { () =>
()
},
nativeImage / name := s"sbtn${if (isWin) ".exe" else ""}",
nativeImageOutput := target.value / "bin" / (nativeImage / name).value,
nativeImageOutput := target.value / "bin" / "sbtn",
nativeImageOptions ++= Seq(
"--no-fallback",
s"--initialize-at-run-time=sbt.client",