File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,10 @@ lazy val node = {
132
132
.settings(
133
133
libraryDependencies ++= dep
134
134
)
135
- .settings(executableScriptName := name.value)
135
+ .settings(
136
+ executableScriptName := " mantis" ,
137
+ packageName in Universal := s " mantis- ${version.value}"
138
+ )
136
139
.settings(
137
140
inConfig(Integration )(
138
141
Defaults .testSettings
@@ -156,7 +159,6 @@ lazy val node = {
156
159
157
160
// Packaging
158
161
mainClass in Compile := Some (" io.iohk.ethereum.App" ),
159
- executableScriptName := name.value,
160
162
discoveredMainClasses in Compile := Seq (),
161
163
// Requires the 'ant-javafx.jar' that comes with Oracle JDK
162
164
// Enables creating an executable with the configuration files, has to be run on the OS corresponding to the desired version
You can’t perform that action at this time.
0 commit comments