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
Fixed typo in linux-only Projucer code
tags/2021-05-28
hogliux
9 years ago
parent
c98f71d4c3
commit
71de18554a
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_DownloadCompileEngineThread.cpp
+ 1
- 1
extras/Projucer/Source/Application/jucer_DownloadCompileEngineThread.cpp
View File
@@ -137,7 +137,7 @@ URL DownloadCompileEngineThread::getDownloadUrl()
#elif JUCE_WINDOWS
urlStub << "windows_";
#else
jassertfalse
jassertfalse
;
#endif
return urlStub + ProjectInfo::versionString + ".zip";
Write
Preview
Loading…
Cancel
Save