jackett_launcher.bat: drop old XP support

This commit is contained in:
ilike2burnthing 2023-07-14 04:41:23 +01:00 committed by GitHub
parent 8845555a1c
commit 6088a8297d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if errorlevel 1 (
goto continue
) else (
echo JackettUpdater is still running
ping -n 2 127.0.0.1 > nul
timeout /t 1 /nobreak > nul
goto loop
)