diff --git a/SPTInstaller/CustomControls/CacheInfo.axaml b/SPTInstaller/CustomControls/CacheInfo.axaml
index 34352fa..85756cc 100644
--- a/SPTInstaller/CustomControls/CacheInfo.axaml
+++ b/SPTInstaller/CustomControls/CacheInfo.axaml
@@ -10,22 +10,22 @@
-
-
+
-
+ />
-
-
diff --git a/SPTInstaller/Helpers/FileHelper.cs b/SPTInstaller/Helpers/FileHelper.cs
index 4b9a77d..38aebca 100644
--- a/SPTInstaller/Helpers/FileHelper.cs
+++ b/SPTInstaller/Helpers/FileHelper.cs
@@ -176,15 +176,16 @@ public static class FileHelper
var problemNames = new Dictionary()
{
{ "Desktop", PathCheckType.EndsWith },
- { "Downloads", PathCheckType.EndsWith },
- { "Documents", PathCheckType.EndsWith},
+ { "Documents", PathCheckType.EndsWith },
+ { "scoped_dir", PathCheckType.Contains },
+ { "Downloads", PathCheckType.Contains },
{ "OneDrive", PathCheckType.Contains },
{ "NextCloud", PathCheckType.Contains },
{ "DropBox", PathCheckType.Contains },
{ "Google", PathCheckType.Contains },
- { "Program Files", PathCheckType.Contains},
- { "Program Files (x86)", PathCheckType.Contains},
- { "Drive Root", PathCheckType.DriveRoot}
+ { "Program Files", PathCheckType.Contains },
+ { "Program Files (x86)", PathCheckType.Contains },
+ { "Drive Root", PathCheckType.DriveRoot }
};
foreach (var name in problemNames)
diff --git a/SPTInstaller/SPTInstaller.csproj b/SPTInstaller/SPTInstaller.csproj
index 4af8b5c..1d8c78e 100644
--- a/SPTInstaller/SPTInstaller.csproj
+++ b/SPTInstaller/SPTInstaller.csproj
@@ -9,8 +9,8 @@
icon.ico
Assets\icon.ico
Debug;Release;TEST
- 2.52
- 2.52
+ 2.53
+ 2.53
SPT-AKI