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

View File

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