From fa4775fe5810c5c6689e85b1d3f0cec42fb674ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Wa=C5=9Bko?= Date: Wed, 14 Apr 2021 13:24:50 +0200 Subject: [PATCH] Remove Unused JAR Launcher Prefix to Fix Issue with Signing (#1672) * Remove prefix * Update docs --- build.sbt | 10 ---------- docs/CONTRIBUTING.md | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/build.sbt b/build.sbt index 7f6bc791c8f..7956d96ff0c 100644 --- a/build.sbt +++ b/build.sbt @@ -1108,16 +1108,6 @@ lazy val `engine-runner` = project case x => MergeStrategy.first }, - assemblyOption in assembly := (assemblyOption in assembly).value - .copy( - prependShellScript = Some( - defaultUniversalScript( - shebang = false, - javaOpts = truffleRunOptions ++ - Seq("-Dtruffle.class.path.append=runtime.jar") - ) - ) - ), commands += WithDebugCommand.withDebug, inConfig(Compile)(truffleRunOptionsSettings), libraryDependencies ++= Seq( diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index ced98f91b38..61b0266af2d 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -661,7 +661,7 @@ Below are options uses by the Language Server: To run the Language Server on 127.0.0.1:8080 type: ```bash -./runner.jar \ +distribution/bin/enso \ --server \ --root-id 3256d10d-45be-45b1-9ea4-7912ef4226b1 \ --path /tmp/content-root