add more paths
This commit is contained in:
parent
8b182df84e
commit
5ec4eabf5f
@ -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}
|
||||
};
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
<PackageIcon>icon.ico</PackageIcon>
|
||||
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
|
||||
<Configurations>Debug;Release;TEST</Configurations>
|
||||
<AssemblyVersion>2.23</AssemblyVersion>
|
||||
<FileVersion>2.23</FileVersion>
|
||||
<AssemblyVersion>2.24</AssemblyVersion>
|
||||
<FileVersion>2.24</FileVersion>
|
||||
<Company>SPT-AKI</Company>
|
||||
</PropertyGroup>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user