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

Couple of tweaks to VST3 generation.

This commit is contained in:
jules 2014-02-06 11:27:23 +00:00
parent 1fc549f666
commit e22e536626
4 changed files with 6 additions and 6 deletions

View file

@ -281,7 +281,7 @@ namespace VSTHelpers
config->getValue (Ids::useRuntimeLibDLL) = true;
if (config->getValue (Ids::postbuildCommand).toString().isEmpty())
config->getValue (Ids::postbuildCommand) = "copy /Y $(OutDir)$(TargetFileName) $(OutDir)$(TargetName).vst3";
config->getValue (Ids::postbuildCommand) = "copy /Y \"$(OutDir)$(TargetFileName)\" \"$(OutDir)$(TargetName).vst3\"";
}
}
}