aboutsummaryrefslogtreecommitdiff
path: root/vendor.cmake
diff options
context:
space:
mode:
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")