mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
docs: The right way of "set", according to #1126
This commit is contained in:
@@ -95,7 +95,7 @@ variable and have a clean rebuild:
|
||||
__Windows__
|
||||
|
||||
```cmd
|
||||
> set GYP_DEFINES=project_name=myapp product_name=MyApp
|
||||
> set "GYP_DEFINES=project_name=myapp product_name=MyApp"
|
||||
> python script\bootstrap.py
|
||||
> python script\build.py -c Release -t myapp
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user