Skip to content

Commit

Permalink
Missed a bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Dec 18, 2018
1 parent ba1cfe9 commit 42f8b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Task("MergeOctoExe")
$"{outputFolder}/Octo.exe",
$"{inputFolder}/Octo.exe",
System.IO.Directory.EnumerateFiles(inputFolder, "*.dll")
.Union(System.IO.Directory.EnumerateFiles(inputFolder, "octodiff.exe")
.Union(System.IO.Directory.EnumerateFiles(inputFolder, "octodiff.exe"))
.Select(f => (FilePath) f),
new ILRepackSettings {
Internalize = true,
Expand Down

0 comments on commit 42f8b38

Please sign in to comment.