mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-17 23:36:41 +01:00
Merge pull request #240 from shawwn/2018-06-21/fix-download
Fix DownloadFile for TLS connections
This commit is contained in:
commit
2125433cd5
@ -5,6 +5,9 @@ Param(
|
|||||||
[string]$Task
|
[string]$Task
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# https://stackoverflow.com/a/41618979/9919772
|
||||||
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||||
|
|
||||||
$solution = "vgmstream_full.sln"
|
$solution = "vgmstream_full.sln"
|
||||||
$vswhere = "dependencies/vswhere.exe"
|
$vswhere = "dependencies/vswhere.exe"
|
||||||
$config = "/p:Configuration=Release"
|
$config = "/p:Configuration=Release"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user