Cómo cambiar el icono de un archivo Python EXE

when building python file:
Note: file must be of type .ico
pyinstaller hello.py --icon=icon.ico
MunchDuster