diff --git a/src/Native/Windows.cs b/src/Native/Windows.cs index 7609fe7b..a48efe0a 100644 --- a/src/Native/Windows.cs +++ b/src/Native/Windows.cs @@ -183,6 +183,7 @@ namespace SourceGit.Native else { fullpath = new DirectoryInfo(path!).FullName; + fullpath += Path.DirectorySeparatorChar; } if (select)