We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3a396 commit 3ff4675Copy full SHA for 3ff4675
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
with:
60
python-version: '3.8'
61
- name: Install PortAudio
62
- run: sudo apt-get update && sudo apt-get install -y portaudio19-dev xvfb
+ run: sudo apt-get update && sudo apt-get install -y portaudio19-dev xvfb upx-ucl
63
- name: Install dependencies
64
run: |
65
python -m pip install --upgrade pip
voice_app.spec
@@ -53,7 +53,7 @@ exe = EXE(
53
debug=False,
54
bootloader_ignore_signals=False,
55
strip=False,
56
- upx=False,
+ upx=True,
57
upx_exclude=[],
58
runtime_tmpdir=None,
console=True, # Set to True for debugging
0 commit comments