2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-17 03:12:20 +00:00

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

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,