Took me ages to debug this one…
Projucer --set-global-search-path os identifier_to_set new_path
Sets the global path for a specified os and identifier. The os should be either osx, windows or linux and the identifiers can be any of the following: defaultJuceModulePath, defaultUserModulePath, vst3path, aaxPath (not valid on linux), rtasPath (not valid on linux), androidSDKPath or androidNDKPath.
“vst3path” should be “vst3Path”
It would also be good if --set-global-search-path could accept quoted paths as this tends to be the norm on the command line.
Thanks!
