Merge pull request #9947 from njbmartin/patch-1

Add known issue to MAS submission guide
This commit is contained in:
Kevin Sawicki 2017-07-14 14:10:22 -07:00 committed by GitHub
commit 42496e1231

View file

@ -215,6 +215,17 @@ more details.
See the [Enabling User-Selected File Access documentation][user-selected] for See the [Enabling User-Selected File Access documentation][user-selected] for
more details. more details.
## Known issues
### `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 installed app.
## Cryptographic Algorithms Used by Electron ## Cryptographic Algorithms Used by Electron
Depending on the country and region you are located, Mac App Store may require Depending on the country and region you are located, Mac App Store may require