Skip to content
Snippets Groups Projects
Unverified Commit 443510c2 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fix Windows path

parent 55788242
Branches opus-ng-lace-integration5
No related tags found
No related merge requests found
Pipeline #4279 passed
......@@ -4,7 +4,7 @@ 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 (
for /F "tokens=4 delims= " %%A in ('findstr "dnn\download_model.sh" autogen.sh') do (
set "model=%%A"
)
REM Remove trailing ")" character from the model variable
......
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