Pyinstaller.exe --onefile --windowed --icon=app.ico app.py ... 我將.png文件分配給了窗口圖標,而不是實際的.ico文件。將其從.png更改為.ico,問題已解決。
確定! 回上一頁