Skip to content

Commit 8c0bcc4

Browse files
authored
Silent extraction in build-deps.cmd
1 parent 11d0c6e commit 8c0bcc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

win/build-deps.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ exit /b %RET%
502502
:ExtractArchive
503503
if not exist "%~3". (
504504
call cecho.cmd 0 13 "Extracting %DEPENDENCY_NAME% into %~2."
505-
7za x %1 -y -o%2
505+
7za x %1 -y -o%2 > nul
506506
) else (
507507
call cecho.cmd 0 13 "%DEPENDENCY_NAME% already extracted into %~3. Skipping."
508508
)

0 commit comments

Comments
 (0)