Files
obs-ffmpeg-encoder/ci/appveyor-install.bat
T
Michael Fabian 'Xaymar' Dirks b2b0aac330 ci: AppVeyor support
2018-11-13 19:47:14 +01:00

8 lines
251 B
Batchfile

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