mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 07:43:13 +00:00
jackett_launcher.bat: drop old XP support
This commit is contained in:
parent
8845555a1c
commit
6088a8297d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if errorlevel 1 (
|
||||||
goto continue
|
goto continue
|
||||||
) else (
|
) else (
|
||||||
echo JackettUpdater is still running
|
echo JackettUpdater is still running
|
||||||
ping -n 2 127.0.0.1 > nul
|
timeout /t 1 /nobreak > nul
|
||||||
goto loop
|
goto loop
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue