Icon small and large

How do I get the png file that I have provided to be icon also for my plugins?

Hi, I have a problem, using the Icon (Small) and Icon (Large) in Projucer.
If I add a png file to be used as icon, it shows up nicely on the standalone versions (both on Mac and Win), but not on the VST3 or AU versions of my plugin.
I see the same/similar issue on MacOS and Windows.

On MacOS I have previously used a bash script, building from the command line, inserting an icon to the newly built plugin and subsequently signing the plugin, so I know it can be done, but I would much rather use the solution provided by Projucer (assuming it works) than having to maintain these scripts myself.

My environments are:
MacOS: Apple M3, 8 GB, Sonoma 14.6.1, Projucer 8.0.0, Xcode 16.2
Windows: Intel(R) Core™ i7-10700 CPU @ 2.90GHz, 16GB RAM, Windows 11 Pro, Projucer 8.0.0, Visual Studio Community 2022 (64bit) version 17.14.7

Thank you,
Riiser

That is for standalone only, the host controls the window in plugin format. You can add an icon to the plugin based on how it appears in the finder/filesystem. Is that what you mean? I dont think projucer supports this.

@joeloftus Thank you for your answer - I just needed to get that perspective :+1: