Disable webtorrent telemtry
This commit is contained in:
parent
9d275fcc1d
commit
52644b746c
@ -21,7 +21,8 @@ module.exports = {
|
||||
ANNOUNCEMENT_URL: 'https://leenkx.com/leenkxbox/announcement',
|
||||
AUTO_UPDATE_URL: 'https://leenkx.com/leenkxbox/update',
|
||||
CRASH_REPORT_URL: 'https://leenkx.com/leenkxbox/crash-report',
|
||||
TELEMETRY_URL: 'https://leenkx.com/leenkxbox/telemetry',
|
||||
// Disable telemetry
|
||||
TELEMETRY_URL: '###',
|
||||
|
||||
APP_COPYRIGHT: `Copyright © 2014-${new Date().getFullYear()} ${APP_TEAM}`,
|
||||
APP_FILE_ICON: path.join(__dirname, '..', 'static', 'WebTorrentFile'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user