From 90b67731ceb8404ab209ab108f4f5ebd9eb41ba7 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Tue, 12 Jul 2022 13:16:52 -0600 Subject: [PATCH] Change to proper file name --- nimtemplate.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimtemplate.nimble b/nimtemplate.nimble index eb3b8d9..99727f1 100644 --- a/nimtemplate.nimble +++ b/nimtemplate.nimble @@ -4,6 +4,6 @@ description = "Description of your library" license = "MIT" srcDir = "src" -bin = @["myproject"] +bin = @["nimtemplate"] requires "nim >= 1.2.2"