mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Build: Fix shell script run under Windows OS; format fixes (sbt fix)
This commit is contained in:
@ -999,8 +999,7 @@ def compileElm(
|
||||
val cmd = (Seq("elm", "make")
|
||||
++ mode.flags
|
||||
++ Seq("--output", target.toString)
|
||||
++ Seq(wd / "src" / "main" / "elm" / "Main.elm").map(_.toString)
|
||||
)
|
||||
++ Seq(wd / "src" / "main" / "elm" / "Main.elm").map(_.toString))
|
||||
Cmd.run(cmd, wd, logger)
|
||||
val targetGZ = file(target.toString + ".gz")
|
||||
IO.gzip(target, targetGZ)
|
||||
|
Reference in New Issue
Block a user