Fix symbolication of windows crash reports
This commit is contained in:
parent
8047e9cccd
commit
d10126d337
2 changed files with 18 additions and 0 deletions
|
@ -39,6 +39,10 @@ async function main(): Promise<void> {
|
|||
if (filename.startsWith('signal-desktop-')) {
|
||||
return 'electron';
|
||||
}
|
||||
|
||||
if (filename.startsWith('Signal') && filename.endsWith('.exe')) {
|
||||
return 'electron.exe.pdb';
|
||||
}
|
||||
return filename;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue