Threading improvements
This commit is contained in:
parent
6b0396a4b0
commit
40ff55f700
3 changed files with 74 additions and 58 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
a = Analysis(
|
||||
['RA3MP3Playback.py'],
|
||||
['RA3MP3Playback.pyw'],
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
|
|
@ -10,7 +10,7 @@ a = Analysis(
|
|||
hookspath=[],
|
||||
hooksconfig={},
|
||||
runtime_hooks=[],
|
||||
excludes=['tkinter', 'unittest', 'http', 'pydoc', 'doctest'],
|
||||
excludes=['unittest', 'http', 'pydoc', 'doctest'],
|
||||
noarchive=False,
|
||||
optimize=0,
|
||||
)
|
||||
|
|
@ -29,7 +29,7 @@ exe = EXE(
|
|||
upx=True,
|
||||
upx_exclude=[],
|
||||
runtime_tmpdir=None,
|
||||
console=True,
|
||||
console=False,
|
||||
disable_windowed_traceback=False,
|
||||
argv_emulation=False,
|
||||
target_arch=None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue