Skip to content

Commit 7722ff0

Browse files
authored
Update build.ps1
Spotify build server has changed https://magpcss.org/ceforum/viewtopic.php?f=10&t=17976
1 parent a78eadf commit 7722ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ try
545545
{
546546
$Client = New-Object System.Net.WebClient;
547547

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

551551
$CefBuildsJson = Invoke-WebRequest -Uri $CefBuildServerJsonPackageList | ConvertFrom-Json

0 commit comments

Comments
 (0)