Merge pull request #2376 from timruffles/patch-2

more accuracy around why to use ASAR
This commit is contained in:
Cheng Zhao 2015-07-30 09:39:36 +08:00
commit 764a6e1d76

View file

@ -1,6 +1,6 @@
# Application packaging
To protect your app's resources and source code from the users, you can choose
To mitigate [issues](https://github.com/joyent/node/issues/6960) around long path names on Windows, slightly speed up `require` and conceal your source code from cursory inspection you can choose
to package your app into an [asar][asar] archive with little changes to your
source code.
@ -161,3 +161,4 @@ After running the command, apart from the `app.asar`, there is also an
should copy it together with `app.asar` when shipping it to users.
[asar]: https://github.com/atom/asar