Comment changer l'icône d'un fichier exe python
when building python file:
Note: file must be of type .ico
pyinstaller hello.py --icon=icon.ico
MunchDuster
when building python file:
Note: file must be of type .ico
pyinstaller hello.py --icon=icon.ico