changed profile directory on mac #4168

This commit is contained in:
XinyuHou 2015-02-12 16:52:34 +00:00
parent 81bb74a24b
commit 4cd20d97ea
1 changed files with 1 additions and 1 deletions

View File

@ -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
}