shanji 3 years ago
parent
commit
e325dbc17f
  1. 2
      BBWY.Client/ViewModels/MainViewModel.cs

2
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;

Loading…
Cancel
Save