exe化する .py と同一ディレクトリに ***.ico ファイルを置いておくと簡単です。 pyinstaller --onefile --icon=test.ico main.py.
確定! 回上一頁