🍎 Add treatPackageasDirectory as an option

This commit is contained in:
Shubham 2017-07-17 21:40:57 -04:00 committed by Kevin Sawicki
parent 80e35b6682
commit b25a1d10a2
4 changed files with 7 additions and 2 deletions

View file

@ -46,6 +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
* `message` String (optional) _macOS_ - Message to display above input
boxes.
* `callback` Function (optional)