mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
docs: Fix setting GYP_DEFINES on Windows, closes #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