mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Look in PlugIns, not Plugins on Mac (consistent with Qt)
This commit is contained in:
parent
9b31ef0ca8
commit
770539f0a5
@ -130,7 +130,7 @@ int csync_vio_init(CSYNC *ctx, const char *module, const char *args) {
|
||||
|
||||
path2 = c_dirname(path_tmp);
|
||||
|
||||
if (asprintf(&path, "%s/../Plugins/ocsync_%s.%s", path2, module, MODULE_EXTENSION) < 0) {
|
||||
if (asprintf(&path, "%s/../PlugIns/ocsync_%s.%s", path2, module, MODULE_EXTENSION) < 0) {
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user