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