Skip to content

Commit

Permalink
fix build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Martomate committed Aug 26, 2024
1 parent fd91642 commit cec5caf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ lazy val `tripaint-app` = project
.enablePlugins(JlinkPlugin)
.settings(
Compile / mainClass := Some("tripaint.TriPaint"),
Compile / discoveredMainClasses := Seq()
Compile / discoveredMainClasses := Seq(),
executableScriptName := "tripaint",
packageName := "tripaint"
)
.settings(
jlinkIgnoreMissingDependency := JlinkIgnore.only(
Expand Down

0 comments on commit cec5caf

Please sign in to comment.