Closed dj-kata closed 2 years ago
下記サイトの通りにWindows版Python3.10.5にインストールしたが、pyinstallerが通らなかった。 https://gamingpc.one/dev/python-pyinstaller/
その後、Windows版Pythonの方で
python -m pip install -U pyinstaller
したら何故か元のpyinstallerでビルドが通るようになった。。
ビルドコマンドは以下。
pyinstaller notes_counter.pyw --noconsole --onefile --clean --icon=icon.ico --add-data "icon.ico;./"
釈然としないが、これでトロイ判定も出なくなったので一応メモしておく。
pipでインストールしたpyinstallerからだとトロイの木馬判定を食らってしまうので対策する