updated bash path to ./Electron.app/Contents/MacOS/Electron
it had the trailing /Atom which no longer exists
This commit is contained in:
parent
e3109c9f1f
commit
bc04e951cf
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ $ ./electron/electron your-app/
|
|||
On OS X:
|
||||
|
||||
```bash
|
||||
$ ./Electron.app/Contents/MacOS/Atom your-app/
|
||||
$ ./Electron.app/Contents/MacOS/Electron your-app/
|
||||
```
|
||||
|
||||
`Electron.app` here is part of the Electron's release package, you can download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue