Windows EXE: Use psutil for startup terminal detection

This commit is contained in:
Alexander Graf
2020-06-05 20:12:23 +00:00
parent c818165db4
commit 2fd1422619
3 changed files with 7 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ block_cipher = None
a = Analysis(['__main__.py'],
binaries=[],
datas=[('tasklist.exe', '.'), ('framedyn.dll', '.')],
datas=[],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],