Create log directory on install of app
This commit is contained in:
parent
be4002ed87
commit
a31335ee3a
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
npm install
|
||||
./node_modules/.bin/electron-rebuild
|
||||
./node_modules/.bin/electron-rebuild
|
||||
mkdir logs
|
||||
|
|
Loading…
Reference in New Issue