Stop using VCV name
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
8134b2b679
commit
994ff05567
6 changed files with 14 additions and 17 deletions
|
|
@ -81,7 +81,7 @@ std::string pluginManifest(const std::string& dirname) {
|
|||
if (bundlePath.empty())
|
||||
{
|
||||
if (dirname == "Core")
|
||||
return system::join(systemDir, "Core.json");
|
||||
return system::join(systemDir, "..", "..", "plugins", "Core.json");
|
||||
return system::join(systemDir, "..", "..", "plugins", dirname, "plugin.json");
|
||||
}
|
||||
return system::join(bundlePath, dirname + ".json");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue