Skip to content

Commit

Permalink
Update call-of-dutybo2updates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Greelan authored May 26, 2024
1 parent be2e1e4 commit 97dd30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion call-of-dutybo2updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"UpdateSourcePlatform":"Windows",
"UpdateSource":"Executable",
"UpdateSourceData":"cmd.exe",
"UpdateSourceArgs":"/C robocopy call-of-dutybo2\\configs\\T6ServerConfigs-master\\localappdata\\Plutonium\\storage\\t6 call-of-dutybo2\\server\\storage\\t6 /E /XC /XN /XO > NUL 2>&1 & if ($LastExitCode -gt 7) { exit $LastExitCode } else { rd /S /Q call-of-dutybo2\\configs }",
"UpdateSourceArgs":"/C robocopy call-of-dutybo2\\configs\\T6ServerConfigs-master\\localappdata\\Plutonium\\storage\\t6 call-of-dutybo2\\server\\storage\\t6 /E /XC /XN /XO > NUL 2>&1 & @if %ERRORLEVEL% GTR 7 (exit /b %ERRORLEVEL%) else (rd /S /Q call-of-dutybo2\\configs)",
"SkipOnFailure":false
},
{
Expand Down

0 comments on commit 97dd30a

Please sign in to comment.