diff --git a/pyinstaller.py b/pyinstaller.py index 3728743..4b2821f 100644 --- a/pyinstaller.py +++ b/pyinstaller.py @@ -92,7 +92,8 @@ add_data = ['quirks;quirks', 'LICENSE;.', 'CHANGELOG.md;.', 'PCskins.png;.', - 'Pesterchum.png;.'] + 'Pesterchum.png;.', + 'logging.conf;.'] upx_exclude = ["qwindows.dll", "Qt5Core.dll", diff --git a/setup.py b/setup.py index 484b19d..abb03c2 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,8 @@ includefiles = ["quirks", "LICENSE", "CHANGELOG.md", "PCskins.png", - "Pesterchum.png"] + "Pesterchum.png", + "logging.conf"] build_exe_options = { ## "includes": ["PyQt5.QtCore", ## "PyQt5.QtGui",