mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
Fixed Installed Directory in ARCH for MacOS #4696
This commit is contained in:
parent
4099698817
commit
78f8fb45ba
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user