docs: update releasing info (#14675)

* docs: update releasing info

* update more release and upload files

* address feedback from review
This commit is contained in:
Shelley Vohr 2018-09-24 09:12:16 -07:00 committed by GitHub
parent 2bcc86dac7
commit e9549a89bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 31 deletions

View file

@ -102,14 +102,20 @@ $ gn gen out/Debug --args="import(\"//electron/build/args/debug.gn\") $GN_EXTRA_
Electron:**
```sh
$ gn gen out/Debug --args="import(\"//electron/build/args/release.gn\") $GN_EXTRA_ARGS"
$ gn gen out/Release --args="import(\"//electron/build/args/release.gn\") $GN_EXTRA_ARGS"
```
**To build, run `ninja` with the `electron` target:**
Nota Bene: This will also take a while and probably heat up your lap.
For the debug configuration:
```sh
$ ninja -C out/Debug electron
# This will also take a while and probably heat up your lap.
```
For the release configuration:
```sh
$ ninja -C out/Release electron
```
This will build all of what was previously 'libchromiumcontent' (i.e. the