mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
fix<*>: open explore exception on .NET 5.0
This commit is contained in:
parent
24b175c331
commit
1a719a464e
3 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue