Fix last commit, remove now useless plugins/res folder
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
29122b180b
commit
934b80c59b
43 changed files with 183 additions and 224 deletions
|
|
@ -91,7 +91,7 @@ std::string pluginManifest(const std::string& dirname) {
|
|||
std::string pluginPath(const std::string& dirname) {
|
||||
// no bundlePath set, assume local source build
|
||||
if (bundlePath.empty())
|
||||
return system::join(systemDir, "..", "..", "plugins", "res", dirname);
|
||||
return system::join(systemDir, "..", "..", "plugins", dirname);
|
||||
// bundlePath is present, use resources from bundle
|
||||
return system::join(systemDir, dirname);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue