Include libespeak so in PyInstaller build
This commit is contained in:
parent
979fba00f3
commit
82d0b9eff0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue