10 lines
No EOL
212 B
Batchfile
10 lines
No EOL
212 B
Batchfile
@echo off
|
|
echo Starting Darktide patcher from %~dp0...
|
|
.\tools\dtkit-patch --toggle .\bundle
|
|
if errorlevel 1 goto failure
|
|
pause
|
|
exit
|
|
:failure
|
|
echo Error patching the Darktide bundle database. See logs.
|
|
pause
|
|
exit |