Move crash report URL to config.js

This commit is contained in:
Feross Aboukhadijeh
2016-04-04 23:27:26 -07:00
parent 997aa7c922
commit 76487326f1
3 changed files with 4 additions and 2 deletions

View File

@@ -134,6 +134,6 @@ function setupCrashReporter () {
crashReporter.start({
companyName: config.APP_NAME,
productName: config.APP_NAME,
submitURL: 'https://webtorrent.io/desktop/crash-report'
submitURL: config.CRASH_REPORT_URL
})
}