diff --git a/project/packaging.scala b/project/packaging.scala index d1f6e1fa5..3a09123a5 100644 --- a/project/packaging.scala +++ b/project/packaging.scala @@ -140,7 +140,7 @@ object Packaging { )}, mappings in Universal <+= (compile in Compile, classDirectory in Compile) map { (c, d) => compile; - (d / "SbtJansiLaunch.class") -> "bin/SbtJansiLaunch.class" + (d / "SbtJansiLaunch.class") -> "bin/classes/SbtJansiLaunch.class" } // TODO - Adapt global `sbt`/`sbt-launch-lib` scripts for universal install... )