diff --git a/DocuMentor.spec b/DocuMentor.spec index 71ad47e..ae216c3 100644 --- a/DocuMentor.spec +++ b/DocuMentor.spec @@ -36,6 +36,7 @@ a = Analysis( datas=ui_files + res_files + cx_datas + [ (str(project_root / 'pyproject.toml'), '.'), (str(project_root / 'THIRD_PARTY_LICENSES.txt'), '.'), + (str(project_root / 'resources' / 'icon.ico'), 'resources'), ], hiddenimports=[ 'PySide6.QtCore', diff --git a/DocuMentor.wxs b/DocuMentor.wxs index 2db2d42..69b7531 100644 --- a/DocuMentor.wxs +++ b/DocuMentor.wxs @@ -4,7 +4,7 @@