mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
@@ -192,10 +192,10 @@ $ .\node_modules\.bin\electron .
|
||||
If you downloaded Electron manually, you can also use the included
|
||||
binary to execute your app directly.
|
||||
|
||||
#### Windows
|
||||
#### macOS
|
||||
|
||||
```bash
|
||||
$ .\electron\electron.exe your-app\
|
||||
$ ./Electron.app/Contents/MacOS/Electron your-app/
|
||||
```
|
||||
|
||||
#### Linux
|
||||
@@ -204,10 +204,10 @@ $ .\electron\electron.exe your-app\
|
||||
$ ./electron/electron your-app/
|
||||
```
|
||||
|
||||
#### macOS
|
||||
#### Windows
|
||||
|
||||
```bash
|
||||
$ ./Electron.app/Contents/MacOS/Electron your-app/
|
||||
$ .\electron\electron.exe your-app\
|
||||
```
|
||||
|
||||
`Electron.app` here is part of the Electron's release package, you can download
|
||||
|
||||
Reference in New Issue
Block a user