Merge pull request #5425 from electron/remove-atom-org-links
Update links to electron org in docs
This commit is contained in:
commit
0cf50b1c0b
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ For setting up a server to accept and process crash reports, you can use
|
||||||
following projects:
|
following projects:
|
||||||
|
|
||||||
* [socorro](https://github.com/mozilla/socorro)
|
* [socorro](https://github.com/mozilla/socorro)
|
||||||
* [mini-breakpad-server](https://github.com/atom/mini-breakpad-server)
|
* [mini-breakpad-server](https://github.com/electron/mini-breakpad-server)
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ your distribution to deliver to final users.
|
||||||
## Packaging Your App into a File
|
## Packaging Your App into a File
|
||||||
|
|
||||||
Apart from shipping your app by copying all of its source files, you can also
|
Apart from shipping your app by copying all of its source files, you can also
|
||||||
package your app into an [asar](https://github.com/atom/asar) archive to avoid
|
package your app into an [asar](https://github.com/electron/asar) archive to avoid
|
||||||
exposing your app's source code to users.
|
exposing your app's source code to users.
|
||||||
|
|
||||||
To use an `asar` archive to replace the `app` folder, you need to rename the
|
To use an `asar` archive to replace the `app` folder, you need to rename the
|
||||||
|
|
|
@ -181,4 +181,4 @@ After running the command, apart from the `app.asar`, there is also an
|
||||||
`app.asar.unpacked` folder generated which contains the unpacked files, you
|
`app.asar.unpacked` folder generated which contains the unpacked files, you
|
||||||
should copy it together with `app.asar` when shipping it to users.
|
should copy it together with `app.asar` when shipping it to users.
|
||||||
|
|
||||||
[asar]: https://github.com/atom/asar
|
[asar]: https://github.com/electron/asar
|
||||||
|
|
Loading…
Reference in a new issue