updateHostsWindows.bat: fix python exe cmd

Python for Windows using py.exe launcher command and should be used here as well.
This commit is contained in:
FadeMind
2020-09-30 16:27:01 +02:00
committed by GitHub
parent dccdf794a2
commit 7c1365787b

View File

@@ -49,7 +49,7 @@ if not exist "%WINDIR%\System32\drivers\etc\hosts.skel" (
:UpdateHosts
:: Update hosts file
python updateHostsFile.py --auto --minimise
py updateHostsFile.py --auto --minimise
:: Copy over the new hosts file in-place
copy /y /v hosts "%WINDIR%\System32\drivers\etc\"