Updating installed dir for Linux and MacOS #4696

This commit is contained in:
Adam Potolsky 2015-06-01 20:33:00 -07:00
parent d215c49966
commit 0d237a07bc
1 changed files with 2 additions and 2 deletions

View File

@ -92,9 +92,9 @@ std::string
ArchFileUnix::getInstalledDirectory() ArchFileUnix::getInstalledDirectory()
{ {
#if WINAPI_XWINDOWS #if WINAPI_XWINDOWS
return "/bin"; return "/usr/bin";
#else #else
return ""; return "/Applications/Synergy.app/Contents/MacOS/Synergy";
#endif #endif
} }