mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
[docs] Clean up some grammar around ASAR.
This commit is contained in:
@@ -30,10 +30,10 @@ your distribution that should be delivered to final users.
|
||||
## Packaging your app into a file
|
||||
|
||||
Apart from shipping your app by copying all its sources files, you can also
|
||||
package your app into [asar](https://github.com/atom/asar) archive to avoid
|
||||
package your app into an [asar](https://github.com/atom/asar) archive to avoid
|
||||
exposing your app's source code to users.
|
||||
|
||||
To use the `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
|
||||
archive to `app.asar`, and put it under atom-shell's resources directory,
|
||||
atom-shell will then try read the archive and start from it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user