diff --git a/BBWY.Client/ViewModels/MainViewModel.cs b/BBWY.Client/ViewModels/MainViewModel.cs index 0aec0822..f4bf3ace 100644 --- a/BBWY.Client/ViewModels/MainViewModel.cs +++ b/BBWY.Client/ViewModels/MainViewModel.cs @@ -314,7 +314,7 @@ namespace BBWY.Client.ViewModels var dw = new HttpDownloader(httpClientFactory, null); dw.OnDownloadProgressChanged += Dw_OnDownloadProgressChanged; dw.OnDownloadComplated += Dw_OnDownloadComplated; - var url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/116652c9-fae0-4d10-9c67-8bc4f24064e0/MicrosoftEdgeWebView2RuntimeInstallerX64.exe"; + var url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/f72be533-7a03-499e-be21-bfc3e89e9cd5/MicrosoftEdgeWebView2RuntimeInstallerX64.exe"; dw.DownloadFile(url, System.IO.Path.GetTempPath(), "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", null); dw.OnDownloadProgressChanged -= Dw_OnDownloadProgressChanged; dw.OnDownloadComplated -= Dw_OnDownloadComplated;