Skip to content

Commit fea6190

Browse files
author
Nico
authored
Add known issue to MAS submission guide
1 parent 8a62d81 commit fea6190

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/tutorial/mac-app-store-submission-guide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,15 @@ more details.
215215
See the [Enabling User-Selected File Access documentation][user-selected] for
216216
more details.
217217

218+
## Known issues
219+
220+
#### `shell.openItem(filePath)` #9005
221+
222+
This will fail when the app is signed for distribution in the Mac App Store.
223+
224+
##### Workaround
225+
`shell.openExternal('file://' + filePath)` will open the file in the default application (as long as the extension is associated with an app).
226+
218227
## Cryptographic Algorithms Used by Electron
219228

220229
Depending on the country and region you are located, Mac App Store may require

0 commit comments

Comments
 (0)