From 92fe82a208c61d7045087b78b73798d08531c4ad Mon Sep 17 00:00:00 2001 From: Aaron Ang Date: Sat, 26 Nov 2016 00:36:34 +0100 Subject: [PATCH] :memo: Clarify where Electron's resources directory can be found [ci skip] --- docs/tutorial/application-distribution.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/tutorial/application-distribution.md b/docs/tutorial/application-distribution.md index 14d5a80631..4f66c4256d 100644 --- a/docs/tutorial/application-distribution.md +++ b/docs/tutorial/application-distribution.md @@ -1,9 +1,11 @@ # Application Distribution -To distribute your app with Electron, the folder containing your app should be -named `app` and placed under Electron's resources directory (on macOS it is -`Electron.app/Contents/Resources/` and on Linux and Windows it is `resources/`), -like this: +To distribute your app with Electron, you need to download Electron's [prebuilt +binaries](https://github.com/electron/electron/releases). Next, the folder +containing your app should be named `app` and placed in Electron's resources +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: