commit 0cbd8a13a313b5f1e489532f34f6e52dba8757a3
parent ae6c76fe546a1e21601b99cf51f89108cb57a741
Author: earthlng <earthlng@users.noreply.github.com>
Date: Tue, 19 Jan 2021 17:17:03 +0000
Update updater.bat
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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')"