Fix crash report location on Windows

This commit is contained in:
Fedor Indutny 2022-01-19 17:50:16 -08:00 committed by GitHub
parent 26421b8c18
commit 1a313b88f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 4 deletions

View file

@ -436,6 +436,9 @@ try {
const { addSensitivePath } = require('./ts/util/privacy');
addSensitivePath(window.baseAttachmentsPath);
if (config.crashDumpsPath) {
addSensitivePath(config.crashDumpsPath);
}
window.Signal = Signal.setup({
Attachments,