mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -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__
|
||||
|
||||
```cmd
|
||||
```bash
|
||||
> set "GYP_DEFINES=project_name=myapp product_name=MyApp"
|
||||
> python script\clean.py
|
||||
> python script\bootstrap.py
|
||||
|
||||
@@ -133,7 +133,7 @@ Electron binary to execute your app directly.
|
||||
|
||||
On Windows:
|
||||
|
||||
```cmd
|
||||
```bash
|
||||
$ .\electron\electron.exe your-app\
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user