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
|
#if WINAPI_XWINDOWS
|
||||||
return "/usr/bin";
|
return "/usr/bin";
|
||||||
#else
|
#else
|
||||||
return "/Applications/Synergy.app/Contents/MacOS/Synergy";
|
return "/Applications/Synergy.app/Contents/MacOS";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue