mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST3: Add local search path on Windows
We haven't updated the default post-build copy paths yet, as the new local directory is not yet well-supported by DAWs.
This commit is contained in:
parent
ad94a69263
commit
903873dad2
3 changed files with 21 additions and 16 deletions
|
|
@ -942,7 +942,10 @@ public:
|
|||
|
||||
@see globalApplicationsDirectory
|
||||
*/
|
||||
globalApplicationsDirectoryX86
|
||||
globalApplicationsDirectoryX86,
|
||||
|
||||
/** On a Windows machine returns the %LOCALAPPDATA% folder. */
|
||||
windowsLocalAppData
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue