How to add custom image for application image using Custom Plugin Architecture

I successfully built QGroundControl making use of the Custom-Example. How do you use CustomPlugin overrides to add a different image for the QGC main application image. (The one you click on your computer or android tablet to start the program)

I don’t think the android custom build include direct support for this yet. You’ll have to either replace the icons directly in your repo or you may need to change the command build scripts to point to your own stuff. If I remember correctly the Windows custom build does have support for it. Or a pull to add support for custom build app icon labeling would certainly be appreciated.