Update build-instructions-windows

The build instructions mistakenly said that you can find `atom.exe` under `out\D` instead of `electron.exe`. I fixed that and mentioned that the release build will be to `out\R`.
This commit is contained in:
Eran Tiktin 2015-08-25 23:28:41 +03:00
parent 73c9241a17
commit 5a8f60fe32

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