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:
parent
0f16d2dded
commit
c0d02fc75a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue