obs: disable-shutdown-check
This commit is contained in:
parent
abe97b8610
commit
1b593679c8
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue