When I use the command:
pyinstaller.exe --icon=test.ico -F --noconsole test.py
All icons do not change to test.ico. Some icons remain as the pyinstaller's default icon.
Why?
All icon change in
- windows 7 32bit
- windows 7 64bit (make an exe file OS)
Some remain default
- windows 7 64bit (other PC)
.spec
file as done here: shanetully.com/2013/08/… – Drogheda