From 5ec4eabf5f528d92b00097cf3cda46916b77630e Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Wed, 29 Nov 2023 18:30:03 -0500 Subject: [PATCH] add more paths --- SPTInstaller/Helpers/FileHelper.cs | 3 +++ SPTInstaller/SPTInstaller.csproj | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SPTInstaller/Helpers/FileHelper.cs b/SPTInstaller/Helpers/FileHelper.cs index 10fd19a..13896a0 100644 --- a/SPTInstaller/Helpers/FileHelper.cs +++ b/SPTInstaller/Helpers/FileHelper.cs @@ -159,10 +159,13 @@ public static class FileHelper { { "Desktop", PathCheckType.EndsWith }, { "Downloads", PathCheckType.EndsWith }, + { "Documents", PathCheckType.EndsWith}, { "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} }; diff --git a/SPTInstaller/SPTInstaller.csproj b/SPTInstaller/SPTInstaller.csproj index 1d53b30..0b69354 100644 --- a/SPTInstaller/SPTInstaller.csproj +++ b/SPTInstaller/SPTInstaller.csproj @@ -9,8 +9,8 @@ icon.ico Assets\icon.ico Debug;Release;TEST - 2.23 - 2.23 + 2.24 + 2.24 SPT-AKI