Skip to content

Commit f9d5915

Browse files
committed
more accuracy around why to use ASAR
'protect' implies a lot more security than ASAR provides (none). I asked around electron#2374 to get some understanding of what ASAR does do for you.
1 parent 643ed27 commit f9d5915

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/tutorial/application-packaging.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Application packaging
22

3-
To protect your app's resources and source code from the users, you can choose
3+
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
44
to package your app into an [asar][asar] archive with little changes to your
55
source code.
66

@@ -161,3 +161,4 @@ After running the command, apart from the `app.asar`, there is also an
161161
should copy it together with `app.asar` when shipping it to users.
162162

163163
[asar]: https://github.com/atom/asar
164+

0 commit comments

Comments
 (0)