1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Write correct icon format in Codeblocks exporter

This commit is contained in:
reuk 2020-07-29 11:08:22 +01:00
parent 75702b839e
commit 14eebfb85a
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -783,7 +783,7 @@ private:
const auto iconFile = getTargetFolder().getChildFile ("icon.ico");
if (! build_tools::asArray (getIcons()).isEmpty())
build_tools::writeMacIcon (getIcons(), iconFile);
build_tools::writeWinIcon (getIcons(), iconFile);
auto rcFile = getTargetFolder().getChildFile ("resources.rc");
MSVCProjectExporterBase::createRCFile (project, iconFile, rcFile);