New crashreporter URL to prevent warnings

This commit is contained in:
Damien Guard 2016-07-26 09:10:43 -07:00
parent 986689b0e4
commit 8550fe028b
No known key found for this signature in database
GPG Key ID: DC14FA2FB1465DB6

View File

@ -4,6 +4,7 @@ module.exports = (extra) ->
crashReporter.start({
productName: 'Atom',
companyName: 'GitHub',
submitURL: 'https://crashreporter.atom.io',
autoSubmit: false,
extra: extra
})