Merge pull request 'add more paths' (#45) from waffle.lord/SPT-AKI-Installer:update-path-warnings into master

Reviewed-on: CWX/SPT-AKI-Installer#45
This commit is contained in:
IsWaffle 2023-11-29 23:31:01 +00:00
commit 7c247b15dc
2 changed files with 5 additions and 2 deletions

View File

@ -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}
};

View File

@ -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>