Skip to content

Commit

Permalink
Build with sample deck
Browse files Browse the repository at this point in the history
  • Loading branch information
vaslabs committed Apr 14, 2020
1 parent 05f4390 commit 24ccf97
Show file tree
Hide file tree
Showing 42 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ lazy val dockerSettings = Seq(
import NativePackagerHelper._

lazy val packageSettings = Seq(
mappings in Universal ++= directory("sample_decks") :+ file("sample_decks") -> "decks",
mappings in Universal ++= contentOf("sample_decks").map {
case (file, name) =>
file -> s"decks/$name"
},
maintainer := "vaslabsco@gmail.com"
)

Expand Down

0 comments on commit 24ccf97

Please sign in to comment.