Skip to content
Snippets Groups Projects
Verified Commit d819cde5 authored by Marcus Asteborg's avatar Marcus Asteborg Committed by Jean-Marc Valin
Browse files

Autogen.bat for windows to download models

parent 84484a67
No related branches found
No related tags found
No related merge requests found
@echo off
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 "download_model.sh" autogen.sh') do (
set "model=%%A"
)
REM Remove trailing ")" character from the model variable
set "model=%model:~0,-1%"
cd lpcnet
call download_model.bat %model%
cd ..
echo Updating build configuration files, please wait....
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment