diff --git a/CHANGELOG.md b/CHANGELOG.md index 3633512a..1329a599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Changelog +#### Version - 3.0.1.7 - 9/27/2022 +* HOTFIX: fix "Could not find part of path" bug related to the profiles folder + #### Version - 3.0.1.6 - 9/26/2022 * Fix Cyberpunk 2077 GoG recognition * Add a CLI command `list-games` to list all games recognized by WJ and their versions/locations diff --git a/Wabbajack.Installer/StandardInstaller.cs b/Wabbajack.Installer/StandardInstaller.cs index 4e22c578..01627dd7 100644 --- a/Wabbajack.Installer/StandardInstaller.cs +++ b/Wabbajack.Installer/StandardInstaller.cs @@ -173,7 +173,7 @@ public class StandardInstaller : AInstaller var profileDir = _configuration.Install.Combine("profiles"); if (!profileDir.DirectoryExists()) return; - profileDir.Combine("profiles") + profileDir .EnumerateFiles() .Where(f => f.FileName == Consts.SettingsIni) .Do(f =>