From eec8560119c4fd68b17546af504895d1d19b3157 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 5 Dec 2013 11:02:09 +0800 Subject: [PATCH] :memo: Update documentation on changes of "app" module. --- docs/api/browser/app.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/api/browser/app.md b/docs/api/browser/app.md index c6e16a8..c10c282 100644 --- a/docs/api/browser/app.md +++ b/docs/api/browser/app.md @@ -77,7 +77,21 @@ code will not run. ## app.getVersion() -Returns the version of current bundle or executable. +Returns the version of loaded application, if no version is found in +application's `package.json`, the version of current bundle or executable would +be returned. + +## app.getName() + +Returns current application's name, the name in `package.json` would be +preferred. + +## app.setName(name) + +* `name` String + +Set application's name to `name`, usually the name in `package.json` is a short +lowercased name, the `name` set here should be full and capitalized. ## app.getBrowserWindows() -- 2.7.4