OS X: add copyright statement to About window

This commit is contained in:
Feross Aboukhadijeh
2016-03-19 02:49:04 -07:00
parent 309e509a76
commit 3b30ce599f

View File

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