mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Set productName in main process on Linux
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user