From 8fc4e0d09792b090be2c60cfaaafc90abac76033 Mon Sep 17 00:00:00 2001 From: manongjohn Date: Tue, 15 Jun 2021 22:56:44 -0400 Subject: [PATCH] Update builds to use Rhubarb Lip Sync 1.10.3 --- ci-scripts/linux/tahoma-get3rdpartyapps.sh | 2 +- ci-scripts/osx/tahoma-get3rdpartyapps.sh | 2 +- ci-scripts/windows/tahoma-get3rdpartyapps.bat | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci-scripts/linux/tahoma-get3rdpartyapps.sh b/ci-scripts/linux/tahoma-get3rdpartyapps.sh index 8a08cfb9..a78dbe52 100755 --- a/ci-scripts/linux/tahoma-get3rdpartyapps.sh +++ b/ci-scripts/linux/tahoma-get3rdpartyapps.sh @@ -23,6 +23,6 @@ if [ -d rhubarb ] then rm -rf rhubarb ] fi -wget https://github.com/tahoma2d/rhubarb-lip-sync/releases/download/v1.10.2/rhubarb-lip-sync-tahoma2d-linux.zip +wget https://github.com/tahoma2d/rhubarb-lip-sync/releases/download/v1.10.3/rhubarb-lip-sync-tahoma2d-linux.zip unzip rhubarb-lip-sync-tahoma2d-linux.zip -d rhubarb diff --git a/ci-scripts/osx/tahoma-get3rdpartyapps.sh b/ci-scripts/osx/tahoma-get3rdpartyapps.sh index 3cca0039..5af996b2 100755 --- a/ci-scripts/osx/tahoma-get3rdpartyapps.sh +++ b/ci-scripts/osx/tahoma-get3rdpartyapps.sh @@ -23,6 +23,6 @@ if [ -d rhubarb ] then rm -rf rhubarb fi -wget https://github.com/tahoma2d/rhubarb-lip-sync/releases/download/v1.10.2/rhubarb-lip-sync-tahoma2d-osx.zip +wget https://github.com/tahoma2d/rhubarb-lip-sync/releases/download/v1.10.3/rhubarb-lip-sync-tahoma2d-osx.zip unzip rhubarb-lip-sync-tahoma2d-osx.zip -d rhubarb diff --git a/ci-scripts/windows/tahoma-get3rdpartyapps.bat b/ci-scripts/windows/tahoma-get3rdpartyapps.bat index 70a3fc80..9be15bf6 100644 --- a/ci-scripts/windows/tahoma-get3rdpartyapps.bat +++ b/ci-scripts/windows/tahoma-get3rdpartyapps.bat @@ -26,7 +26,7 @@ rename ffmpeg-4.3.1-win64-static-lgpl ffmpeg echo ">>> Getting Rhubarb Lip Sync" IF EXIST rhubarb rmdir /S /Q rhubarb -curl -fsSL -o rhubarb-lip-sync-tahoma2d-win.zip https://github.com/tahoma2d/rhubarb-lip-sync/releases/download/v1.10.2/rhubarb-lip-sync-tahoma2d-win.zip +curl -fsSL -o rhubarb-lip-sync-tahoma2d-win.zip https://github.com/tahoma2d/rhubarb-lip-sync/releases/download/v1.10.3/rhubarb-lip-sync-tahoma2d-win.zip 7z x rhubarb-lip-sync-tahoma2d-win.zip rename rhubarb-lip-sync-tahoma2d-win rhubarb