From a8a9f6945cafd62c127352175910aa3260b43fa1 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Thu, 11 Aug 2016 21:44:43 -0700 Subject: [PATCH] Update docs --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 30f9561e..cdbc5742 100644 --- a/docs/api.md +++ b/docs/api.md @@ -85,7 +85,7 @@ The human-readable copyright line for the app. Maps to the `LegalCopyright` meta *String* -The release version of the application. Maps to the `ProductVersion` metadata property on Windows, and `CFBundleShortVersionString` on OS X. +The release version of the application. By default the `version` property in the `package.json` is used but it can be overridden with this argument. If neither are provided, the version of Electron will be used. Maps to the `ProductVersion` metadata property on Windows, and `CFBundleShortVersionString` on OS X. ##### `asar`