Files
obs-ffmpeg-encoder/ci/appveyor-install.bat
T
Michael Fabian 'Xaymar' Dirks 35db9e714a ci: New scripts for AppVeyor
2019-06-28 20:34:26 +02:00

9 lines
261 B
Batchfile

@ECHO OFF
git submodule update --init --force --recursive
IF EXIST inno.exe (
curl -kL "%INNOSETUP_URL%" -f --retry 5 -o inno.exe -z inno.exe
) else (
curl -kL "%INNOSETUP_URL%" -f --retry 5 -o inno.exe
)
inno.exe /VERYSILENT /NORETART /SP- /SUPPRESSMSGBOXES