mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #1107 from yoshuawuyts/patch-1
docs: update wording in `application-packaging`
This commit is contained in:
@@ -7,7 +7,7 @@ source code.
|
||||
## Generating `asar` archive
|
||||
|
||||
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.
|
||||
|
||||
Following is the steps to package your app into an `asar` archive:
|
||||
|
||||
Reference in New Issue
Block a user