I have successfully set the App icon for the debug mode windows/runner/resources/app_icon.ico
its working fine but when i run flutter build windows
the exe
file in the windows/build/runner/Release
folder it comes with the flutter icon what should i do to build a release with custom icon
i just run flutter build windows
to make my release
this is my app in debug mode its showing my custom icon
this is my app in release mode its not showing my custom icon