标签: python python-3.x pyinstaller
我尝试运行此命令pyinstaller --onefile --console -i"ICON.icns" my_file.py。 它没有将图标添加到可执行文件。 我在Mac上。 我的文件结构是这样的:
pyinstaller --onefile --console -i"ICON.icns" my_file.py
Folder |______ICON.icns | |______my_file.py
我在工作目录pyinstaller --onefile --console -i"ICON.icns" my_file.py中运行了命令folder。
folder