@@ -311,10 +311,11 @@ namespace WebView2_WinUI3_Sample
311311 public App ()
312312 {
313313 this .InitializeComponent ();
314- // If you're shipping a fixed-version WebView2 Runtime with your app,
315- // un-comment the following code and change the version number to the
316- // version number of the WebView2 Runtime that you're packaging and
317- // shipping to users:
314+
315+ // If you're shipping a fixed-version WebView2 Runtime with your app, un-comment the
316+ // following code and change the version number to the version number of the WebView2
317+ // Runtime that you're packaging and shipping to users:
318+
318319 // StorageFolder localFolder = Windows.ApplicationModel.Package.Current.InstalledLocation;
319320 // String fixedPath = Path.Combine(localFolder.Path, "FixedRuntime\\130.0.2849.39");
320321 // Debug.WriteLine($"Launch path [{localFolder.Path}]");
@@ -633,16 +634,17 @@ To use a fixed-version Runtime:
633634 public App()
634635 {
635636 this .InitializeComponent ();
636- // If you're shipping a fixed-version WebView2 Runtime with your app,
637- // un-comment the following code and change the version number to the
638- // version number of the WebView2 Runtime that you're packaging and
639- // shipping to users:
637+
638+ // If you're shipping a fixed-version WebView2 Runtime with your app, un-comment the
639+ // following code and change the version number to the version number of the WebView2
640+ // Runtime that you're packaging and shipping to users:
641+
640642 // StorageFolder localFolder = Windows.ApplicationModel.Package.Current.InstalledLocation;
641643 // String fixedPath = Path.Combine(localFolder.Path, "FixedRuntime\\130.0.2849.39");
642644 // Debug.WriteLine($"Launch path [{localFolder.Path}]");
643645 // Debug.WriteLine($"FixedRuntime path [{fixedPath}]");
644646 // Environment.SetEnvironmentVariable("WEBVIEW2_BROWSER_EXECUTABLE_FOLDER", fixedPath);
645- }
647+ }
646648 ```
647649
6486501. In the above code , change the version number from `130.0.2849.39` to the version that you 're shipping .
0 commit comments