fixes issue #353: missing companyName in crashReporter.start (#417)

This commit is contained in:
Bob Roth 2017-07-21 14:55:39 -05:00 committed by Ronan Jouchet
parent 2b061e497f
commit 6ed2bd0672
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ app.on('before-quit', () => {
if (appArgs.crashReporter) {
app.on('will-finish-launching', () => {
crashReporter.start({
companyName: appArgs.companyName || '',
productName: appArgs.name,
submitURL: appArgs.crashReporter,
autoSubmit: true,