more accuracy around why to use ASAR
'protect' implies a lot more security than ASAR provides (none). I asked around #2374 to get some understanding of what ASAR does do for you.
This commit is contained in:
parent
643ed27fd4
commit
f9d5915542
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Application packaging
|
# 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
|
to package your app into an [asar][asar] archive with little changes to your
|
||||||
source code.
|
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.
|
should copy it together with `app.asar` when shipping it to users.
|
||||||
|
|
||||||
[asar]: https://github.com/atom/asar
|
[asar]: https://github.com/atom/asar
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue