Skip to content

Commit

Permalink
Don't look for vcruntime140.dll as it's removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed May 15, 2020
1 parent c960076 commit 0db90d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions project/BuildPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ object BuildKeys {
IO.copyFile(originZshCompletions, targetZshCompletions)
IO.copyFile(originFishCompletions, targetFishCompletions)

val originBloopWindowsBinaryDll = baseDir / "etc" / "vcruntime140.dll"
val targetBloopWindowsBinaryDll = releaseTargetDir / "vcruntime140.dll"
IO.copyFile(originBloopWindowsBinaryDll, targetBloopWindowsBinaryDll)
val coursierJson = ReleaseUtils.bloopCoursierJson.value
List(
coursierJson,
Expand All @@ -175,8 +172,7 @@ object BuildKeys {
targetFishCompletions,
targetBloopLinuxBinary,
targetBloopMacosBinary,
targetBloopWindowsBinary,
targetBloopWindowsBinaryDll
targetBloopWindowsBinary
)
},
createLocalHomebrewFormula := ReleaseUtils.createLocalHomebrewFormula.value,
Expand Down

0 comments on commit 0db90d1

Please sign in to comment.