config.COPYRIGHT

This commit is contained in:
Feross Aboukhadijeh
2016-03-20 00:11:44 -07:00
parent d305632d82
commit f1c27f2a69
2 changed files with 5 additions and 4 deletions

View File

@@ -9,6 +9,8 @@ module.exports = {
CONFIG_POSTER_PATH: path.join(applicationConfigPath('WebTorrent'), 'Posters'),
CONFIG_TORRENT_PATH: path.join(applicationConfigPath('WebTorrent'), 'Torrents'),
COPYRIGHT: 'Copyright © 2014-2016 The WebTorrent Project',
INDEX: 'file://' + path.join(__dirname, 'renderer', 'index.html'),
IS_PRODUCTION: isProduction(),