python – Pyinstaller设置图标

我使用命令:

pyinstaller.exe --icon=test.ico -F --noconsole test.py

所有图标都不会更改为test.ico

一些图标保持默认(pyinstaller)图标…

为什么?

所有图标更改操作系统 – > windows 7 32bit,windows 7 64bit(制作exe文件操作系统)

保持默认图标OS – > windows 7 64bit(其他电脑)

解决方法:

我知道这是旧的和诸如此类的(并且不确定它是否是一个问题),但在搜索之后,我成功使用了这个命令–onefile:

pyinstaller.exe --onefile --windowed --icon=app.ico app.py

当我在寻找如何为我的.exe设置图标的答案时,Google引导我访问此页面,所以它可能会帮助其他人.

此处的信息是在此站点上找到的:https://mborgerson.com/creating-an-executable-from-a-python-script

上一篇:系统任务栏图标透明且无法打开解决办法 for Windows


下一篇:Win10.任务栏图标(去掉)