fix<*>: open explore exception on .NET 5.0

This commit is contained in:
leo 2020-11-17 12:41:51 +08:00
parent 24b175c331
commit 1a719a464e
3 changed files with 4 additions and 4 deletions

View file

@ -336,7 +336,7 @@ namespace SourceGit.UI {
}
private void OpenExplorer(object sender, RoutedEventArgs e) {
Process.Start(repo.Path);
Process.Start("explorer", repo.Path);
}
private void OpenTerminal(object sender, RoutedEventArgs e) {