diff options
Diffstat (limited to 'Master/texmf-dist/source/support/tlcockpit/build.sbt')
-rw-r--r-- | Master/texmf-dist/source/support/tlcockpit/build.sbt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/support/tlcockpit/build.sbt b/Master/texmf-dist/source/support/tlcockpit/build.sbt index c5f7bbd251e..75d9d200771 100644 --- a/Master/texmf-dist/source/support/tlcockpit/build.sbt +++ b/Master/texmf-dist/source/support/tlcockpit/build.sbt @@ -1,6 +1,6 @@ name := "tlcockpit" -version := "0.1" +version := "0.2" scalaVersion := "2.12.3" @@ -11,5 +11,9 @@ libraryDependencies += "org.scalafx" % "scalafx_2.12" % "8.0.102-R11" mainClass in assembly := Some("TLCockpit.ApplicationMain") +assemblyJarName in assembly := "tlcockpit.jar" +assemblyOutputPath in assembly := file("jar/tlcockpit.jar") + + // for scalafx fork := true |