mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
Silent extraction in build-deps.cmd
This commit is contained in:
+1
-1
@@ -502,7 +502,7 @@ exit /b %RET%
|
|||||||
:ExtractArchive
|
:ExtractArchive
|
||||||
if not exist "%~3". (
|
if not exist "%~3". (
|
||||||
call cecho.cmd 0 13 "Extracting %DEPENDENCY_NAME% into %~2."
|
call cecho.cmd 0 13 "Extracting %DEPENDENCY_NAME% into %~2."
|
||||||
7za x %1 -y -o%2
|
7za x %1 -y -o%2 > nul
|
||||||
) else (
|
) else (
|
||||||
call cecho.cmd 0 13 "%DEPENDENCY_NAME% already extracted into %~3. Skipping."
|
call cecho.cmd 0 13 "%DEPENDENCY_NAME% already extracted into %~3. Skipping."
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user