From 669d894f6559da8af85a29adda2b96cc7b4ac1a8 Mon Sep 17 00:00:00 2001 From: Douglas Crowder Date: Tue, 12 Feb 2019 14:01:34 -0600 Subject: [PATCH] nim: Remove missing files (#3079) - Remove c2nim and makelink - closes #3102 --- nim.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/nim.json b/nim.json index 358f44a079..21ac7d1827 100644 --- a/nim.json +++ b/nim.json @@ -19,8 +19,6 @@ "Copy-Item -Recurse \"$dir\\dist\\nimble\\src\\nimblepkg\" \"$dir\\bin\"" ], "bin": [ - "bin\\c2nim.exe", - "bin\\makelink.exe", "bin\\nim.exe", "bin\\nimble.exe", "bin\\nimgrab.exe",