diff --git a/SPTInstaller/Helpers/FileHelper.cs b/SPTInstaller/Helpers/FileHelper.cs index e665093..960b568 100644 --- a/SPTInstaller/Helpers/FileHelper.cs +++ b/SPTInstaller/Helpers/FileHelper.cs @@ -169,13 +169,14 @@ public static class FileHelper var problemPaths = new List() { new("Documents", PathCheckType.EndsWith, PathCheckAction.Warn), + new("Desktop", PathCheckType.EndsWith, PathCheckAction.Deny), new("Desktop", PathCheckType.Contains, PathCheckAction.Warn), new("scoped_dir", PathCheckType.Contains, PathCheckAction.Deny), new("Downloads", PathCheckType.Contains, PathCheckAction.Deny), new("OneDrive", PathCheckType.Contains, PathCheckAction.Deny), - new("NextCloud", PathCheckType.Contains, PathCheckAction.Warn), - new("DropBox", PathCheckType.Contains, PathCheckAction.Warn), - new("Google", PathCheckType.Contains, PathCheckAction.Warn), + new("NextCloud", PathCheckType.Contains, PathCheckAction.Deny), + new("DropBox", PathCheckType.Contains, PathCheckAction.Deny), + new("Google", PathCheckType.Contains, PathCheckAction.Deny), new("Program Files", PathCheckType.Contains, PathCheckAction.Deny), new("Program Files (x86", PathCheckType.Contains, PathCheckAction.Deny), new("Drive Root", PathCheckType.DriveRoot, PathCheckAction.Deny) diff --git a/SPTInstaller/SPTInstaller.csproj b/SPTInstaller/SPTInstaller.csproj index e7879f0..00fc406 100644 --- a/SPTInstaller/SPTInstaller.csproj +++ b/SPTInstaller/SPTInstaller.csproj @@ -9,8 +9,8 @@ icon.ico Assets\icon.ico Debug;Release;TEST - 2.55 - 2.55 + 2.56 + 2.56 SPT-AKI