Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klingbeil <klingm@amazon.com>2023-11-29 21:38:45 +0300
committerMichael Klingbeil <klingm@amazon.com>2023-11-29 21:38:45 +0300
commitf126bfc531b9bf61fb92af70ee0a138cd7d0f99a (patch)
treed40ac85e56da0f5a7c1c364e0795646fdb4a8553
parent0d823c137c5d733a5240ba2055bc38bfd29398d1 (diff)
fix autogen.bat model download
-rw-r--r--autogen.bat4
1 files changed, 1 insertions, 3 deletions
diff --git a/autogen.bat b/autogen.bat
index 045f6dd3..b7c735b1 100644
--- a/autogen.bat
+++ b/autogen.bat
@@ -4,11 +4,9 @@ REM Run this to set up the build system: configure, makefiles, etc.
setlocal enabledelayedexpansion
REM Parse the real autogen.sh script for version
-for /F "tokens=4 delims= " %%A in ('findstr "dnn\download_model.sh" autogen.sh') do (
+for /F "tokens=2 delims= " %%A in ('findstr "dnn/download_model.sh" autogen.sh') do (
set "model=%%A"
)
-REM Remove trailing ")" character from the model variable
-set "model=%model:~0,-1%"
call dnn\download_model.bat %model%