Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindrir committed Dec 17, 2024
1 parent 78771ea commit b7f891b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7f891b

Please sign in to comment.