Document `app.setName()`
authorTakashi Kokubun <takashikkbn@gmail.com>
Sat, 19 Mar 2016 15:20:32 +0000 (00:20 +0900)
committerTakashi Kokubun <takashi-kokubun@cookpad.com>
Tue, 22 Mar 2016 02:01:23 +0000 (11:01 +0900)
[ci skip]

docs/api/app.md

index 8935ed8..1f139e0 100644 (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
 preferred over `name` by Electron.
 
+### `app.setName(name)`
+
+* `name` String
+
+Overrides the current application's name.
+
 ### `app.getLocale()`
 
 Returns the current application locale.