Include libespeak so in PyInstaller build

This commit is contained in:
Michael Hansen 2022-06-28 21:30:38 -04:00
commit 82d0b9eff0

View file

@ -96,6 +96,7 @@ RUN .venv/bin/pyinstaller \
--collect-data 'panphon' \
--collect-data 'mimic3_tts' \
--collect-data 'mimic3_http' \
--add-data $(find /usr/lib -name libespeak-ng.so.1 | head -n1):. \
pyinstaller/mimic3.py
# Have to manually copy these over for some reason