Merge pull request 'add bsg folder to path checks' (#73) from waffle.lord/SPT-AKI-Installer:add-bsg-patch-check into master

Reviewed-on: CWX/SPT-AKI-Installer#73
This commit is contained in:
IsWaffle 2024-04-10 23:21:29 +00:00
commit dbcec6125f
2 changed files with 3 additions and 2 deletions

View File

@ -170,6 +170,7 @@ public static class FileHelper
{
new("Documents", PathCheckType.EndsWith, PathCheckAction.Warn),
new("Desktop", PathCheckType.EndsWith, PathCheckAction.Deny),
new("Battlestate Games", PathCheckType.Contains, PathCheckAction.Deny),
new("Desktop", PathCheckType.Contains, PathCheckAction.Warn),
new("scoped_dir", PathCheckType.Contains, PathCheckAction.Deny),
new("Downloads", PathCheckType.Contains, PathCheckAction.Deny),

View File

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