From 15e5dfade4b678dccde248f4af3ec8dd6b1ea42e Mon Sep 17 00:00:00 2001 From: Armando Rivera Date: Sun, 8 Aug 2021 15:33:51 -0400 Subject: [PATCH] Updated to work correctly --- cocoa.nimble | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cocoa.nimble b/cocoa.nimble index 2fcc65c..4c3eae1 100644 --- a/cocoa.nimble +++ b/cocoa.nimble @@ -4,10 +4,10 @@ version = "0.1.1" author = "Armando Rivera" description = "macOS Cocoa GUI package" license = "MIT" -srcDir = "src" -bin = @["bundle"] +# srcDir = "src" +bin = @["bundle", "cocoa"] installDirs = @["cocoa"] -#installFiles = @["cococa.nim"] +installFiles = @["cocoa.nim"] # Dependencies