mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
8 lines
No EOL
251 B
Batchfile
8 lines
No EOL
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 |