Skip to content

Commit 7cad37d

Browse files
author
Clement Champetier
committed
Appveyor: create ffmpeg output directory if it does not exist
1 parent c50bcc3 commit 7cad37d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/appveyor/win.install.deps.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ curl -kLO http://ffmpeg.zeranoe.com/builds/win%PLATFORM_VERSION%/shared/ffmpeg-%
1212
7z x ffmpeg-%DEPENDENCY_VERSION%-win%PLATFORM_VERSION%-shared.7z
1313

1414
move ffmpeg-%DEPENDENCY_VERSION%-win%PLATFORM_VERSION%-shared\bin ffmpeg-%DEPENDENCY_VERSION%-win%PLATFORM_VERSION%-dev
15+
if not exist %DEPENDENCY_INSTALL_PATH% mkdir %DEPENDENCY_INSTALL_PATH%
1516
move ffmpeg-%DEPENDENCY_VERSION%-win%PLATFORM_VERSION%-dev %DEPENDENCY_INSTALL_PATH%
1617

1718
@echo off

0 commit comments

Comments
 (0)