mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user