Ive been googling this however none of the results worked for me.
Here is my setup file
setup(
windows = [
{
"script": "start.py",
"icon_resources": [(1, "myicon.ico")]
}
],
)
The icon of the actual .exe file should be "myicon.ico". However this does not happen and is the default icon. "myicon.ico" is 32 x 32.
I am using windows 7.