Update updater.bat

This commit is contained in:
earthlng
2021-01-19 17:17:03 +00:00
committed by GitHub
parent ae6c76fe54
commit 0cbd8a13a3

View File

@ -214,7 +214,7 @@ IF NOT "2"=="%_log%" (ECHO:)
ENDLOCAL
GOTO :EOF
::::::::::::: Download :::::::::::::
::::::::::::::: Download :::::::::::::::
:psdownload
(
PowerShell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (New-Object Net.WebClient).DownloadFile('%~1', '%~2')"