mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Fixed typo in linux-only Projucer code
This commit is contained in:
parent
c98f71d4c3
commit
71de18554a
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ URL DownloadCompileEngineThread::getDownloadUrl()
|
|||
#elif JUCE_WINDOWS
|
||||
urlStub << "windows_";
|
||||
#else
|
||||
jassertfalse
|
||||
jassertfalse;
|
||||
#endif
|
||||
|
||||
return urlStub + ProjectInfo::versionString + ".zip";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue