We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a62d81 commit fea6190Copy full SHA for fea6190
docs/tutorial/mac-app-store-submission-guide.md
@@ -215,6 +215,15 @@ more details.
215
See the [Enabling User-Selected File Access documentation][user-selected] for
216
more details.
217
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
227
## Cryptographic Algorithms Used by Electron
228
229
Depending on the country and region you are located, Mac App Store may require
0 commit comments