Set productName in main process on Linux
This commit is contained in:
parent
69a7025c96
commit
b3b856f476
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue