mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Introjucer update to provide downloading of new modules directly from the website.
This commit is contained in:
parent
65902c0b99
commit
2d56bedab5
18 changed files with 606 additions and 400 deletions
|
|
@ -192,7 +192,7 @@ namespace
|
|||
int listModules()
|
||||
{
|
||||
std::cout << "Downloading list of available modules..." << std::endl;
|
||||
ModuleList list;
|
||||
ModuleList list (File::nonexistent);
|
||||
list.loadFromWebsite();
|
||||
|
||||
for (int i = 0; i < list.modules.size(); ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue