зеркало из https://github.com/electron/electron.git
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:
Родитель
c1989fb794
Коммит
1fe3b70a23
|
@ -170,7 +170,7 @@ electron .
|
|||
If you've installed it locally, then run:
|
||||
|
||||
```bash
|
||||
./node_modules/.bin/electron .
|
||||
"./node_modules/.bin/electron" .
|
||||
```
|
||||
|
||||
### Manually Downloaded Electron Binary
|
||||
|
|
Загрузка…
Ссылка в новой задаче