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

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
)