Browse Source

Projucer: Fixed a typo that was causing the DemoRunner project file to not be found on Windows

tags/2021-05-28
ed 7 years ago
parent
commit
10753da103
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/Application/jucer_Application.cpp

+ 1
- 1
extras/Projucer/Source/Application/jucer_Application.cpp View File

@@ -773,7 +773,7 @@ File ProjucerApplication::findDemoRunnerProject() noexcept
if (file.exists())
return file;
#elif JUCE_WINDOW
#elif JUCE_WINDOWS
auto file = buildsPath.getChildFile ("VisualStudio2017").getChildFile ("DemoRunner.sln");
if (file.existsAsFile())


Loading…
Cancel
Save