From 5a8f60fe32f0c4ff7505c4c92b5196ebbaaacd66 Mon Sep 17 00:00:00 2001 From: Eran Tiktin Date: Tue, 25 Aug 2015 23:28:41 +0300 Subject: [PATCH] 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`. --- docs/development/build-instructions-windows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index e090f25832cd..ddf551002262 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -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