14 lines
661 B
Diff
14 lines
661 B
Diff
Index: cabbage-2.5.0/cabbage/Source/Utilities/CabbageExportPlugin.cpp
|
|
===================================================================
|
|
--- cabbage-2.5.0.orig/cabbage/Source/Utilities/CabbageExportPlugin.cpp
|
|
+++ cabbage-2.5.0/cabbage/Source/Utilities/CabbageExportPlugin.cpp
|
|
@@ -84,7 +84,7 @@ void PluginExporter::exportPlugin (Strin
|
|
}
|
|
else if (type == "Standalone")
|
|
{
|
|
- pluginFilename = currentApplicationDirectory + "/CabbagePlugin." + fileExtension;
|
|
+ pluginFilename = currentApplicationDirectory + "/../lib/vst/CabbagePlugin." + fileExtension;
|
|
}
|
|
|
|
File VSTData (pluginFilename);
|