diff --git a/spec/static/main.js b/spec/static/main.js index 77c2febb756f..e910e4de2cd5 100644 --- a/spec/static/main.js +++ b/spec/static/main.js @@ -41,7 +41,7 @@ ipcMain.on('message', function (event, ...args) { }) // Set productName so getUploadedReports() uses the right directory in specs -if (process.platform === 'win32') { +if (process.platform !== 'darwin') { crashReporter.productName = 'Zombies' }