aboutsummaryrefslogtreecommitdiff
path: root/vendor.cmake
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-08 13:34:34 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-08 13:34:34 +0200
commitf698922eeea11e4089d746d3529a819897defee4 (patch)
tree5e84a0193f79029a98f5ccab7c89b336ff4b8b91 /vendor.cmake
parentFix wiping current directory when deleting off-the-record profiles (diff)
downloadsmolbote-f698922eeea11e4089d746d3529a819897defee4.tar.xz
Disable Chromium crash handler
Chromium's crash handler prevents breakpad from creating crashdumps. - add browser.crash.path: set minidump location - add browser.crash.handler: call this program after crashing
Diffstat (limited to 'vendor.cmake')
-rw-r--r--vendor.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor.cmake b/vendor.cmake
index 27d9893..183dce9 100644
--- a/vendor.cmake
+++ b/vendor.cmake
@@ -12,6 +12,7 @@ set(poi_name "smolbote")
## Configuration paths, used in lib/configuration/defaults.h.in
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
set(ConfigPath "smolbote.ini")
+ set(CrashdumpPath "crashes")
set(FilterPath "hosts")
set(PluginsPath "plugins")
@@ -21,6 +22,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
set(DownloadsPath "~/Downloads")
else()
set(ConfigPath "~/.config/smolbote/smolbote.cfg")
+ set(CrashdumpPath "~/.config/smolbote/crash.d")
set(FilterPath "~/.config/smolbote/hosts.d")
set(PluginsPath "~/.config/smolbote/plugins.d")