Skip to content

Commit

Permalink
TRY WITH .EXE
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindrir committed Dec 17, 2024
1 parent cd5baa8 commit b420e1f
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 @@ -122,7 +122,7 @@ jobs:
run: |
curl -L -o Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/023aa9c1-c16d-4b52-a1dd-55f125aa3061/Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab"
for %i in (expand.exe) do @echo. %~$PATH:i
expand Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab -f:* ./src-tauri
expand.exe Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab -f:* ./src-tauri
del Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab
- name: Tauri build
Expand Down

0 comments on commit b420e1f

Please sign in to comment.