Automate application icons (.ico) in Windows?

Hello,

We would like to avoid having to open each time the editor and assign the icon manually.
Currently, we have automated the process to cook our builds from command line. We have several repos with different settings.
In our local environment we have cooked builds manually assigning a windows icon from the editor and it works as expected, but, how do we automated that for all our repos in from command line?
Is it possible to assign the ico from command line?

Thank you.

The information is very scarce but I finally figured it out that by adding the ico the engine creates a copy in

project/Build/Windows/Application.ico

It seems the cook builds consider it as the defualt icon to be used.

Hope it will help others!