From a31335ee3a31beda48ba1aef0a2a1d74597da16b Mon Sep 17 00:00:00 2001 From: Matt McWilliams Date: Fri, 22 Apr 2016 12:37:58 -0400 Subject: [PATCH] Create log directory on install of app --- app/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/install.sh b/app/install.sh index f550074..ec1c939 100644 --- a/app/install.sh +++ b/app/install.sh @@ -1,4 +1,5 @@ #!/bin/bash npm install -./node_modules/.bin/electron-rebuild \ No newline at end of file +./node_modules/.bin/electron-rebuild +mkdir logs