mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-24 19:42:24 +03:00
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
Block a user