mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix createAssetInputStream() for JUCE examples exported by the Projucer
This commit is contained in:
parent
660b789415
commit
552b39301e
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ static bool isJUCEExample (const File& pipFile)
|
|||
lines.begin() + (std::min (lines.size(), numLinesToTest)),
|
||||
[] (const auto& line)
|
||||
{
|
||||
return line.contains ("This file is part of the JUCE examples.");
|
||||
return line.contains ("This file is part of the JUCE framework examples");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue