Browse Source

Remove unused lookup path

tags/v1.9.11
falkTX 6 years ago
parent
commit
84b94ebf52
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      source/plugin/carla-vst.cpp

+ 1
- 3
source/plugin/carla-vst.cpp View File

@@ -77,9 +77,7 @@ public:
using water::String;

File curExe = File::getSpecialLocation(File::currentExecutableFile).getLinkedTarget();
File resDir = curExe.getSiblingFile("carla-resources");
if (! resDir.exists())
resDir = curExe.getSiblingFile("resources");
File resDir = curExe.getSiblingFile("resources");
if (! resDir.exists())
resDir = File("/usr/share/carla/resources/");



Loading…
Cancel
Save