From 4aaf6dee059d777c30fa3c3ea882908590cca567 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 19 Apr 2016 23:23:16 -0700 Subject: [PATCH] comment --- bin/package.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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