Minor formatting changes to shell.openItem issue
This commit is contained in:
parent
fea6190bbb
commit
1ade2dbfa2
1 changed files with 5 additions and 3 deletions
|
@ -217,12 +217,14 @@ more details.
|
|||
|
||||
## Known issues
|
||||
|
||||
#### `shell.openItem(filePath)` #9005
|
||||
### `shell.openItem(filePath)`
|
||||
|
||||
This will fail when the app is signed for distribution in the Mac App Store.
|
||||
Subscribe to [#9005](https://github.com/electron/electron/issues/9005) for updates.
|
||||
|
||||
##### Workaround
|
||||
`shell.openExternal('file://' + filePath)` will open the file in the default application (as long as the extension is associated with an app).
|
||||
#### Workaround
|
||||
|
||||
`shell.openExternal('file://' + filePath)` will open the file in the default application as long as the extension is associated with an installed app.
|
||||
|
||||
## Cryptographic Algorithms Used by Electron
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue