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

Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent

This commit is contained in:
ed 2018-10-22 16:42:22 +01:00
parent 3f2f2f65a4
commit c4eb15eb21
16 changed files with 332 additions and 378 deletions

View file

@ -462,7 +462,7 @@ private:
&& (project.isConfigFlagEnabled ("JUCE_PLUGINHOST_VST3")
|| project.isConfigFlagEnabled ("JUCE_PLUGINHOST_VST"));
auto customVst3Path = getAppSettings().getStoredPath (Ids::vst3Path).toString();
auto customVst3Path = getAppSettings().getStoredPath (Ids::vst3Path, TargetOS::getThisOS()).get().toString();
if (customVst3Path.isNotEmpty() && (project.getProjectType().isAudioPlugin() || isVSTHost))
paths.add (customVst3Path);