mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 06:05:08 +08:00
Updating installed dir for Linux and MacOS #4696
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user