Update application-distribution.md
Fix typo on line 38
This commit is contained in:
parent
74d389b2b0
commit
95c4847d60
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ exposing your app's source code to users.
|
||||||
|
|
||||||
To use an `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 Electron's resources directory like
|
archive to `app.asar`, and put it under Electron's resources directory like
|
||||||
below, and Electron will then try read the archive and start from it.
|
below, and Electron will then try to read the archive and start from it.
|
||||||
|
|
||||||
On OS X:
|
On OS X:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue