From 3b30ce599fa004959aff55f6004de8efbd394fd4 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 19 Mar 2016 02:49:04 -0700 Subject: [PATCH] OS X: add copyright statement to About window --- bin/package.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/package.js b/bin/package.js index ff9469a2..9ba3ade2 100755 --- a/bin/package.js +++ b/bin/package.js @@ -172,6 +172,8 @@ function postDarwinism () { } ] + infoPlist.NSHumanReadableCopyright = 'Copyright © 2014-2016 The WebTorrent Project' + fs.writeFileSync(infoPlistPath, plist.build(infoPlist)) cp.execSync(`cp ${webTorrentFileIconPath} ${resourcesPath}`) }