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
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,