From ad935fc02e898ae4a8cbea639d1d8a81ca35c7da Mon Sep 17 00:00:00 2001 From: Arron Atchison Date: Sun, 19 Jun 2016 16:19:42 -0500 Subject: [PATCH] updated voice location for mycroft-standalone version --- publish/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/publish.sh b/publish/publish.sh index 0e007c53374b..6ee5f243e972 100755 --- a/publish/publish.sh +++ b/publish/publish.sh @@ -118,7 +118,7 @@ cat > ${DEB_DIR}/etc/mycroft/mycroft.ini << EOM [tts] module = "mimic" mimic.path = "/opt/mycroft/bin/mimic" -mimic.voice = "/usr/local/lib/python2.7/site-packages/Mycroft-0.6.3-py2.7.egg/mycroft/tts/mycroft_voice_4.0.flitevox" +mimic.voice = "/opt/mycroft/lib/python2.7/site-packages/Mycroft-0.6.9-py2.7.egg/mycroft/tts/mycroft_voice_4.0.flitevox" [metrics_client] enabled = True