Updating installed dir for Linux and MacOS #4696
This commit is contained in:
parent
d215c49966
commit
0d237a07bc
|
@ -92,9 +92,9 @@ std::string
|
|||
ArchFileUnix::getInstalledDirectory()
|
||||
{
|
||||
#if WINAPI_XWINDOWS
|
||||
return "/bin";
|
||||
return "/usr/bin";
|
||||
#else
|
||||
return "";
|
||||
return "/Applications/Synergy.app/Contents/MacOS/Synergy";
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue