📜  将图标添加到 exe 文件 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:41.158000             🧑  作者: Mango

代码示例1
To add an icon to your .exe file to do: pyinstaller -i [iconfile] [file_name]  . Making sure that your icon file is in the same directory that your cmd is in.