mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
updated bash path to ./Electron.app/Contents/MacOS/Electron
it had the trailing /Atom which no longer exists
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user