📝 Clarify where Electron's resources directory can be found
[ci skip]
This commit is contained in:
parent
b036fdfee0
commit
92fe82a208
1 changed files with 6 additions and 4 deletions
|
@ -1,9 +1,11 @@
|
||||||
# Application Distribution
|
# Application Distribution
|
||||||
|
|
||||||
To distribute your app with Electron, the folder containing your app should be
|
To distribute your app with Electron, you need to download Electron's [prebuilt
|
||||||
named `app` and placed under Electron's resources directory (on macOS it is
|
binaries](https://github.com/electron/electron/releases). Next, the folder
|
||||||
`Electron.app/Contents/Resources/` and on Linux and Windows it is `resources/`),
|
containing your app should be named `app` and placed in Electron's resources
|
||||||
like this:
|
directory as shown in the following examples. Note that the location of
|
||||||
|
Electron's prebuilt binaries is indicated with `electron/` in the examples
|
||||||
|
below.
|
||||||
|
|
||||||
On macOS:
|
On macOS:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue