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

Introjucer: added some backslashes to the plugin install script path.

This commit is contained in:
jules 2014-02-16 13:03:51 +00:00
parent 2c4bd7ac4d
commit ba2ae2dd12
3 changed files with 5 additions and 5 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\"";
}
}
}