浏览代码

Fix powershell update script

causefx 6 年之前
父节点
当前提交
b608c6168a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/windows-update.bat

+ 1 - 1
scripts/windows-update.bat

@@ -58,7 +58,7 @@ ECHO #############################
 ECHO.
 ECHO.
 ECHO Download In Progress...
-powershell -command "$clnt = new-object System.Net.WebClient; $clnt.DownloadFile(\"%org_url%\", \"organizr.zip\")"
+powershell -command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $clnt = new-object System.Net.WebClient; $clnt.DownloadFile(\"%org_url%\", \"organizr.zip\")"
 ECHO.
 
 ECHO Extraction In Progress...