cara mengubah ikon file python exe

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