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}`) }