mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: Output dir is changed
This commit is contained in:
@@ -55,10 +55,10 @@ $ ./script/build.py
|
||||
You can also only build the `Debug` target:
|
||||
|
||||
```bash
|
||||
$ ./script/build.py -c Debug
|
||||
$ ./script/build.py -c D
|
||||
```
|
||||
|
||||
After building is done, you can find `atom` under `out/Debug`.
|
||||
After building is done, you can find `atom` under `out/D`.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
||||
@@ -39,10 +39,10 @@ $ ./script/build.py
|
||||
You can also only build the `Debug` target:
|
||||
|
||||
```bash
|
||||
$ ./script/build.py -c Debug
|
||||
$ ./script/build.py -c D
|
||||
```
|
||||
|
||||
After building is done, you can find `Atom.app` under `out/Debug`.
|
||||
After building is done, you can find `Atom.app` under `out/D`.
|
||||
|
||||
## 32bit support
|
||||
|
||||
|
||||
@@ -49,10 +49,10 @@ python script\build.py
|
||||
You can also only build the Debug target:
|
||||
|
||||
```powershell
|
||||
python script\build.py -c Debug
|
||||
python script\build.py -c D
|
||||
```
|
||||
|
||||
After building is done, you can find `atom.exe` under `out\Debug`.
|
||||
After building is done, you can find `atom.exe` under `out\D`.
|
||||
|
||||
## 64bit support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user