config.COPYRIGHT -> APP_COPYRIGHT
This commit is contained in:
@@ -2,6 +2,7 @@ var applicationConfigPath = require('application-config-path')
|
||||
var path = require('path')
|
||||
|
||||
module.exports = {
|
||||
APP_COPYRIGHT: 'Copyright © 2014-2016 The WebTorrent Project',
|
||||
APP_FILE_ICON: path.join(pathToStatic(), 'WebTorrentFile'),
|
||||
APP_ICON: path.join(pathToStatic(), 'WebTorrent'),
|
||||
APP_NAME: 'WebTorrent',
|
||||
@@ -10,8 +11,6 @@ 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(),
|
||||
|
||||
Reference in New Issue
Block a user