Create log directory on install of app

This commit is contained in:
Matt McWilliams 2016-04-22 12:37:58 -04:00
parent be4002ed87
commit a31335ee3a
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
npm install
./node_modules/.bin/electron-rebuild
./node_modules/.bin/electron-rebuild
mkdir logs