changed profile directory on mac #4168
This commit is contained in:
parent
81bb74a24b
commit
4cd20d97ea
|
@ -120,7 +120,7 @@ ArchFileUnix::getProfileDirectory()
|
|||
#if WINAPI_XWINDOWS
|
||||
return getUserDirectory().append("/.synergy");
|
||||
#else
|
||||
return getUserDirectory().append("/Libraries/Synergy");
|
||||
return getUserDirectory().append("/Library/Synergy");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue