docs: update wording in application-packagaging
Minor tweak, should make the sentence a bit more fluent. Thanks!
This commit is contained in:
parent
b75bfe0e92
commit
a26976a161
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ source code.
|
||||||
## Generating `asar` archive
|
## Generating `asar` archive
|
||||||
|
|
||||||
An [asar][asar] archive is a simple tar-like format that concatenates files
|
An [asar][asar] archive is a simple tar-like format that concatenates files
|
||||||
into a single file, atom-shell can read arbitrary file in it without unpacking
|
into a single file, atom-shell can read arbitrary files from it without unpacking
|
||||||
the whole file.
|
the whole file.
|
||||||
|
|
||||||
Following is the steps to package your app into an `asar` archive:
|
Following is the steps to package your app into an `asar` archive:
|
||||||
|
|
Loading…
Reference in a new issue