标签: python icons custom-controls exe pyinstaller
我使用以下命令来获取.exe文件的自定义图标,但是即使成功完成命令,我的自定义图标也不会出现在我的exe文件中:
pyinstaller --noconsole --onefile --icon =“ C:\ Users \ anubhav.jhalani \ Desktop \ index.ico” run.py
我在这里做什么错了?