aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-electron_shell_common_electron__paths.h
blob: 5ca6a126e4b35bfc969808f121cc1ac129d08776 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/shell/common/electron_paths.h.orig	2022-08-03 15:31:32 UTC
+++ electron/shell/common/electron_paths.h
@@ -30,7 +30,7 @@ enum {
   DIR_RECENT,  // Directory where recent files live
 #endif
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   DIR_APP_DATA,  // Application Data directory under the user profile.
 #endif