1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

LV2 Host: Add missing path separator to UI bundle path

This commit is contained in:
reuk 2022-04-28 14:22:43 +01:00
parent 0f16d2dded
commit c0d02fc75a
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -2676,7 +2676,7 @@ private:
return Instance { descriptor->get()->instantiate (descriptor->get(),
pluginUri.toString (false).toRawUTF8(),
bundlePath.getFullPathName().toRawUTF8(),
File::addTrailingSeparator (bundlePath.getFullPathName()).toRawUTF8(),
writeFunction,
this,
&widget,