Document app.setName()

[ci skip]
This commit is contained in:
Takashi Kokubun 2016-03-20 00:20:32 +09:00 committed by Takashi Kokubun
parent e05804848f
commit 8cf4574198

View file

@ -331,6 +331,12 @@ to the npm modules spec. You should usually also specify a `productName`
field, which is your application's full capitalized name, and which will be field, which is your application's full capitalized name, and which will be
preferred over `name` by Electron. preferred over `name` by Electron.
### `app.setName(name)`
* `name` String
Overrides the current application's name.
### `app.getLocale()` ### `app.getLocale()`
Returns the current application locale. Returns the current application locale.