add more paths

This commit is contained in:
IsWaffle 2023-11-29 18:30:03 -05:00
parent 8b182df84e
commit 5ec4eabf5f
2 changed files with 5 additions and 2 deletions

View File

@ -159,10 +159,13 @@ public static class FileHelper
{ {
{ "Desktop", PathCheckType.EndsWith }, { "Desktop", PathCheckType.EndsWith },
{ "Downloads", PathCheckType.EndsWith }, { "Downloads", PathCheckType.EndsWith },
{ "Documents", PathCheckType.EndsWith},
{ "OneDrive", PathCheckType.Contains }, { "OneDrive", PathCheckType.Contains },
{ "NextCloud", PathCheckType.Contains }, { "NextCloud", PathCheckType.Contains },
{ "DropBox", PathCheckType.Contains }, { "DropBox", PathCheckType.Contains },
{ "Google", PathCheckType.Contains }, { "Google", PathCheckType.Contains },
{ "Program Files", PathCheckType.Contains},
{ "Program Files (x86)", PathCheckType.Contains},
{ "Drive Root", PathCheckType.DriveRoot} { "Drive Root", PathCheckType.DriveRoot}
}; };

View File

@ -9,8 +9,8 @@
<PackageIcon>icon.ico</PackageIcon> <PackageIcon>icon.ico</PackageIcon>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon> <ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<Configurations>Debug;Release;TEST</Configurations> <Configurations>Debug;Release;TEST</Configurations>
<AssemblyVersion>2.23</AssemblyVersion> <AssemblyVersion>2.24</AssemblyVersion>
<FileVersion>2.23</FileVersion> <FileVersion>2.24</FileVersion>
<Company>SPT-AKI</Company> <Company>SPT-AKI</Company>
</PropertyGroup> </PropertyGroup>