Does Anyone Know how to set an App Icon for Windows?

I have been trying to get an ico file to be the app icon but for some reason, it just doesn’t work and I followed the instruction from the documentation:
https://docs.coronalabs.com/guide/distribution/buildSettings/index.html#appicons
Does anyone know how to do this?

By the way, I use windows 10 (in-case that information is useful)

If your icon file is named “Icon­-win32.ico”, and it’s in the root directory of your app and it still doesn’t work then your ico file is the issue, and if that’s the case then try using a different method to recreate it with multiple resolution files as specified.

I did some more research on it and what I think i’m meant to do is have the same icon with different dimensions and sizes and compile it into 1 ico file. Is that correct?

Correct.
The link I posted on your other thread does that. I experienced this issue once before.

Thanks!!
This really helps.