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