mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Replace cmd with bash
Markdown parser doesn’t recognize cmd.
This commit is contained in:
@@ -111,7 +111,7 @@ environment variable and have a clean rebuild:
|
|||||||
|
|
||||||
__Windows__
|
__Windows__
|
||||||
|
|
||||||
```cmd
|
```bash
|
||||||
> set "GYP_DEFINES=project_name=myapp product_name=MyApp"
|
> set "GYP_DEFINES=project_name=myapp product_name=MyApp"
|
||||||
> python script\clean.py
|
> python script\clean.py
|
||||||
> python script\bootstrap.py
|
> python script\bootstrap.py
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ Electron binary to execute your app directly.
|
|||||||
|
|
||||||
On Windows:
|
On Windows:
|
||||||
|
|
||||||
```cmd
|
```bash
|
||||||
$ .\electron\electron.exe your-app\
|
$ .\electron\electron.exe your-app\
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user