forked from I2P_Developers/i2p.i2p
Jar deployment, SBT hacking, and more related to launcher code.
Some refactoring, bugfixing, and self awareness of launcher jar.
This commit is contained in:
@@ -31,7 +31,10 @@ lazy val browserbundle = (project in file("browserbundle"))
|
||||
commonSettings,
|
||||
name := "RouterLaunchApp",
|
||||
assemblyJarName in assembly := s"${name.value}-${version.value}.jar",
|
||||
mainClass in assembly := Some("net.i2p.RouterLauncherApp")
|
||||
mainClass in assembly := Some("net.i2p.RouterLauncherApp"),
|
||||
libraryDependencies ++= Seq(
|
||||
"org.json4s" %% "json4s-native" % "3.5.3"
|
||||
)
|
||||
).dependsOn(common)
|
||||
|
||||
lazy val macosx = (project in file("macosx"))
|
||||
@@ -52,3 +55,4 @@ fork := true
|
||||
|
||||
run / javaOptions += "-Xmx512M"
|
||||
run / connectInput := true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user