mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix crash report location on Windows
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user