mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 13:45:49 +08:00
moved SSL configuration on OSX from Library/Barrier to Library/Application Support/Barrier as per the App Programming Guide. fixes #5
ref: https://developer.apple.com/library/content/documentation/General/Conceptual/MOSXAppProgrammingGuide/AppRuntime/AppRuntime.html
This commit is contained in:
@@ -129,7 +129,7 @@ ArchFileUnix::getProfileDirectory()
|
||||
#if WINAPI_XWINDOWS
|
||||
dir = getUserDirectory().append("/.barrier");
|
||||
#else
|
||||
dir = getUserDirectory().append("/Library/Barrier");
|
||||
dir = getUserDirectory().append("/Library/Application Support/Barrier");
|
||||
#endif
|
||||
}
|
||||
return dir;
|
||||
|
||||
Reference in New Issue
Block a user