コマンド
pyinstaller xxxx.py --onedir --onefile --noconsole --clean
オプションの意味
--onedir
or-D
- 出力を1ディレクトリにまとめる
--onefile
or-F
- 出力を1ファイルにまとめる
--noconsole
or-w
- コンソールを表示しない
--clean
- ビルド前に前回のキャッシュと出力ディレクトリを削除
pyinstaller xxxx.py --onedir --onefile --noconsole --clean
--onedir
or -D
--onefile
or -F
--noconsole
or -w
--clean