diff --git a/updater.bat b/updater.bat index 2597ac1..43b516d 100644 --- a/updater.bat +++ b/updater.bat @@ -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')"