Skip to content

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland authored Nov 6, 2020
1 parent a78eadf commit 7722ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ try
{
$Client = New-Object System.Net.WebClient;

$CefBuildServerUrl = "http://opensource.spotify.com/cefbuilds/"
$CefBuildServerUrl = "https://cef-builds.spotifycdn.com/"
$CefBuildServerJsonPackageList = $CefBuildServerUrl + "index.json"

$CefBuildsJson = Invoke-WebRequest -Uri $CefBuildServerJsonPackageList | ConvertFrom-Json
Expand Down

0 comments on commit 7722ff0

Please sign in to comment.