Move crash report URL to config.js
This commit is contained in:
@@ -1067,6 +1067,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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user