diff --git a/SPTInstaller/ViewModels/InstallPathSelectionViewModel.cs b/SPTInstaller/ViewModels/InstallPathSelectionViewModel.cs index b2c9547..fcac7c7 100644 --- a/SPTInstaller/ViewModels/InstallPathSelectionViewModel.cs +++ b/SPTInstaller/ViewModels/InstallPathSelectionViewModel.cs @@ -69,7 +69,7 @@ public class InstallPathSelectionViewModel : ViewModelBase Title = "Select a folder to install SPT into" }); - SelectedPath = selections.First().Path.AbsolutePath.Replace("/", "\\"); + SelectedPath = selections.First().Path.LocalPath; } }