This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
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
d728ca03b7
commit
10753da103
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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_WINDOW
S
auto file = buildsPath.getChildFile ("VisualStudio2017").getChildFile ("DemoRunner.sln");
if (file.existsAsFile())
Write
Preview
Loading…
Cancel
Save