fix windows command prompt error
path to electron needs to be wrapped in quotes or else windows command prompt will error out
This commit is contained in:
parent
c1989fb794
commit
1fe3b70a23
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ electron .
|
||||||
If you've installed it locally, then run:
|
If you've installed it locally, then run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./node_modules/.bin/electron .
|
"./node_modules/.bin/electron" .
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manually Downloaded Electron Binary
|
### Manually Downloaded Electron Binary
|
||||||
|
|
Loading…
Reference in a new issue