Add known issue to MAS submission guide
This commit is contained in:
parent
8a62d81fc5
commit
fea6190bbb
1 changed files with 9 additions and 0 deletions
|
@ -215,6 +215,15 @@ 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)` #9005
|
||||||
|
|
||||||
|
This will fail when the app is signed for distribution in the Mac App Store.
|
||||||
|
|
||||||
|
##### Workaround
|
||||||
|
`shell.openExternal('file://' + filePath)` will open the file in the default application (as long as the extension is associated with an 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
|
||||||
|
|
Loading…
Reference in a new issue