obs: disable-shutdown-check

This commit is contained in:
Mylloon 2024-08-21 11:18:39 +02:00
parent abe97b8610
commit 1b593679c8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -13,7 +13,8 @@ CD "%ProgramFiles%\obs-studio\bin\64bit"
:: Run OBS
START "OBS Shadowplay batch wrapper" ^
obs64.exe --portable --minimize-to-tray --disable-missing-files-check ^
--profile "ReplayBuffer" --scene "ReplayBuffer" --startreplaybuffer
obs64.exe --profile "ReplayBuffer" --scene "ReplayBuffer" ^
--portable --minimize-to-tray --disable-missing-files-check ^
--disable-shutdown-check --startreplaybuffer
EXIT /B