fix windows hotkey performance

This commit is contained in:
Andrew Ward
2024-05-05 18:19:50 +01:00
parent 960fd8c572
commit 3843a93c09
3 changed files with 55 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ a = Analysis(
['text-to-mic.py'],
pathex=[],
binaries=[],
datas=[],
datas=[('assets', 'assets')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
@@ -29,7 +29,7 @@ exe = EXE(
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
console=True,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,