Skip to content

Commit

Permalink
Renaming launcher executable to ensoup
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Jul 11, 2024
1 parent b189cea commit 94685b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2713,7 +2713,7 @@ lazy val launcher = project
NativeImage.additionalCp := Seq.empty,
rebuildNativeImage := NativeImage
.buildNativeImage(
"enso",
"ensoup",
staticOnLinux = true,
additionalOptions = Seq(
"-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog",
Expand All @@ -2728,7 +2728,7 @@ lazy val launcher = project
buildNativeImage := NativeImage
.incrementalNativeImageBuild(
rebuildNativeImage,
"enso"
"ensoup"
)
.value,
assembly / test := {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -729,9 +729,9 @@ object LauncherApplication {

val application: Application[Config] =
Application(
"enso",
"ensoup",
"Enso",
"Enso Launcher",
"Enso Updater",
topLevelOpts,
commands,
PluginManager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ trait NativeTest
* functionality.
*/
def baseLauncherLocation: Path =
rootDirectory.resolve(OS.executableName("enso"))
rootDirectory.resolve(OS.executableName("ensoup"))

/** Creates a copy of the tested launcher binary at the specified location.
*
Expand Down

0 comments on commit 94685b8

Please sign in to comment.