Post Script Build: Copy the Application Icon

I want to be able at build tim to copy the Application Icon in the Windows (and Linux) .exe at Build time:

a. Is it possible ?

b.If so, how.

TIA.

Icons on Windows are embedded in the exe file.
So just copy & paste the icon images in the icon editor.

Thank you Christian.

That is exactly what I do not want to do. Not doing so avoid to save the “icns” into the project at each save (it slows down the save process / it enlarge the Project file size).

So, I suppose it is not possible to do so.

Not sure if you can load and clear icons in build scripts.

May be worth a feature request to have a function to load an icon or clear it automatically.