Skip to content

Commit ae07ac7

Browse files
committed
Fix Release build
1 parent 90e1a89 commit ae07ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/UserControls/TerminalView.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private async void WebViewControl_LoadedAsync(object sender, Microsoft.UI.Xaml.R
131131
WebViewControl.NavigationStarting += WebViewControl_NavigationStarting;
132132
WebViewControl.CoreWebView2.SetVirtualHostNameToFolderMapping(
133133
"terminal.files",
134-
Path.Combine(Package.Current.InstalledLocation.Path, "Files.App", "Utils", "Terminal", "UI"),
134+
Path.Combine(Package.Current.InstalledLocation.Path, "Utils", "Terminal", "UI"),
135135
CoreWebView2HostResourceAccessKind.DenyCors);
136136
WebViewControl.Source = new Uri("http://terminal.files/index.html");
137137

0 commit comments

Comments
 (0)