diff --git a/bin/package.js b/bin/package.js index 03578f90..1c0fc89d 100755 --- a/bin/package.js +++ b/bin/package.js @@ -67,7 +67,8 @@ var all = { // Build 64 bit binaries only. arch: 'x64', - // The human-readable copyright line for the app. + // The human-readable copyright line for the app. Maps to the `LegalCopyright` metadata + // property on Windows, and `NSHumanReadableCopyright` on OS X. 'app-copyright': config.APP_COPYRIGHT, // The release version of the application. Maps to the `ProductVersion` metadata