mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 21:25:55 +08:00
Fixed Installed Directory in ARCH for MacOS #4696
This commit is contained in:
@@ -94,7 +94,7 @@ ArchFileUnix::getInstalledDirectory()
|
||||
#if WINAPI_XWINDOWS
|
||||
return "/usr/bin";
|
||||
#else
|
||||
return "/Applications/Synergy.app/Contents/MacOS/Synergy";
|
||||
return "/Applications/Synergy.app/Contents/MacOS";
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user