1
1
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2024-05-27 06:06:12 +02:00

Update updater.bat

This commit is contained in:
earthlng 2021-01-19 17:17:03 +00:00 committed by GitHub
parent ae6c76fe54
commit 0cbd8a13a3
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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')"