Skip to content

Commit

Permalink
explicit set shell for webview supply
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindrir committed Dec 17, 2024
1 parent 95a9f38 commit 360bb3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,10 @@ jobs:
- name: Supply webview2
if: ${{ matrix.windows }}
shell: pwsh
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"
Expand .\Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab -f:* ./src-tauri
expand .\Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab -f:* ./src-tauri
Remove-Item Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab
- name: Tauri build
Expand Down

0 comments on commit 360bb3b

Please sign in to comment.