added logging.conf to setup.py & pyinstaller.py
This commit is contained in:
parent
1fd62ef404
commit
c4dd2dcee5
2 changed files with 4 additions and 2 deletions
|
@ -92,7 +92,8 @@ add_data = ['quirks;quirks',
|
||||||
'LICENSE;.',
|
'LICENSE;.',
|
||||||
'CHANGELOG.md;.',
|
'CHANGELOG.md;.',
|
||||||
'PCskins.png;.',
|
'PCskins.png;.',
|
||||||
'Pesterchum.png;.']
|
'Pesterchum.png;.',
|
||||||
|
'logging.conf;.']
|
||||||
|
|
||||||
upx_exclude = ["qwindows.dll",
|
upx_exclude = ["qwindows.dll",
|
||||||
"Qt5Core.dll",
|
"Qt5Core.dll",
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -22,7 +22,8 @@ includefiles = ["quirks",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"CHANGELOG.md",
|
"CHANGELOG.md",
|
||||||
"PCskins.png",
|
"PCskins.png",
|
||||||
"Pesterchum.png"]
|
"Pesterchum.png",
|
||||||
|
"logging.conf"]
|
||||||
build_exe_options = {
|
build_exe_options = {
|
||||||
## "includes": ["PyQt5.QtCore",
|
## "includes": ["PyQt5.QtCore",
|
||||||
## "PyQt5.QtGui",
|
## "PyQt5.QtGui",
|
||||||
|
|
Loading…
Reference in a new issue