Merge pull request #2589 from etiktin/patch-5

Update build-instructions-windows
This commit is contained in:
Cheng Zhao 2015-08-26 12:22:10 +08:00
commit fcecd091da

View file

@ -54,7 +54,8 @@ You can also only build the Debug target:
python script\build.py -c D
```
After building is done, you can find `atom.exe` under `out\D`.
After building is done, you can find `electron.exe` under `out\D` (debug
target) or under `out\R` (release target).
## 64bit build