From b7f891b530b13105cabda97555125e8d84e3858f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sindre=20=C3=98strem?= Date: Tue, 17 Dec 2024 14:56:05 +0100 Subject: [PATCH] . --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc2e939..6213c44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ jobs: - name: Supply webview2 if: ${{ matrix.windows }} run: | - Invoke-WebRequest -Uri "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/023aa9c1-c16d-4b52-a1dd-55f125aa3061/Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab" -OutFile "Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab" -Proxy "http://proxy3.lx.nb.no:3128" + Invoke-WebRequest -Uri "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/023aa9c1-c16d-4b52-a1dd-55f125aa3061/Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab" -OutFile "Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab" Expand .\Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab -F:* ./src-tauri Remove-Item Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab