diff --git a/SPTInstaller/Helpers/FileHelper.cs b/SPTInstaller/Helpers/FileHelper.cs index 4b9a77d..79a61d6 100644 --- a/SPTInstaller/Helpers/FileHelper.cs +++ b/SPTInstaller/Helpers/FileHelper.cs @@ -175,9 +175,9 @@ public static class FileHelper var problemNames = new Dictionary() { - { "Desktop", PathCheckType.EndsWith }, - { "Downloads", PathCheckType.EndsWith }, - { "Documents", PathCheckType.EndsWith}, + { "Desktop", PathCheckType.Contains }, + { "Downloads", PathCheckType.Contains }, + { "Documents", PathCheckType.EndsWith }, { "OneDrive", PathCheckType.Contains }, { "NextCloud", PathCheckType.Contains }, { "DropBox", PathCheckType.Contains },