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:
parent
75702b839e
commit
14eebfb85a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue