add more paths
This commit is contained in:
parent
8b182df84e
commit
5ec4eabf5f
@ -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}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user