File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/distribute Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -293,11 +293,11 @@ Distributing a fixed WebView2 Runtime version increases the Windows Installer by
293293:::
294294
2952951 . Download the WebView2 fixed version runtime from [ Microsoft's website] [ download-webview2-runtime ] .
296- In this example, the downloaded filename is ` Microsoft.WebView2.FixedVersionRuntime.128 .0.2739.42 .x64.cab `
296+ In this example, the downloaded filename is ` Microsoft.WebView2.FixedVersionRuntime.142 .0.3595.80 .x64.cab `
2972972 . Extract the file to the core folder:
298298
299299``` powershell
300- Expand .\Microsoft.WebView2.FixedVersionRuntime.128 .0.2739.42 .x64.cab -F:* ./src-tauri
300+ Expand .\Microsoft.WebView2.FixedVersionRuntime.142 .0.3595.80 .x64.cab -F:* ./src-tauri
301301```
302302
3033033 . Configure the WebView2 runtime path in ` tauri.conf.json ` :
@@ -308,7 +308,7 @@ Expand .\Microsoft.WebView2.FixedVersionRuntime.128.0.2739.42.x64.cab -F:* ./src
308308 "windows" : {
309309 "webviewInstallMode" : {
310310 "type" : " fixedRuntime" ,
311- "path" : " ./ Microsoft.WebView2.FixedVersionRuntime.98 .0.1108.50 .x64/ "
311+ "path" : " Microsoft.WebView2.FixedVersionRuntime.142 .0.3595.80 .x64"
312312 }
313313 }
314314 }
You can’t perform that action at this time.
0 commit comments