added logging.conf to setup.py & pyinstaller.py

This commit is contained in:
BuildTools 2021-08-11 00:37:02 +02:00
parent 1fd62ef404
commit c4dd2dcee5
2 changed files with 4 additions and 2 deletions

View file

@ -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",

View file

@ -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",