mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Mark treatPackageAsDirectory as mac only
This commit is contained in:
@@ -46,8 +46,8 @@ The `dialog` module has the following methods:
|
||||
* `noResolveAliases` - Disable the automatic alias (symlink) path
|
||||
resolution. Selected aliases will now return the alias path instead of
|
||||
their target path. _macOS_
|
||||
* `treatPackageAsDirectory` - Treats file package(for example Electron.app)
|
||||
as a directory instead of file
|
||||
* `treatPackageAsDirectory` - Treats packages, such as `.app` folders,
|
||||
as a directory instead of a file. _macOS_
|
||||
* `message` String (optional) _macOS_ - Message to display above input
|
||||
boxes.
|
||||
* `callback` Function (optional)
|
||||
|
||||
Reference in New Issue
Block a user