1
0
Fork 0
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:
hogliux 2016-09-26 10:55:36 +01:00
parent c98f71d4c3
commit 71de18554a

View file

@ -137,7 +137,7 @@ URL DownloadCompileEngineThread::getDownloadUrl()
#elif JUCE_WINDOWS
urlStub << "windows_";
#else
jassertfalse
jassertfalse;
#endif
return urlStub + ProjectInfo::versionString + ".zip";