mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-03-28 23:58:52 +08: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