add bsg folder to path checks

This commit is contained in:
IsWaffle 2024-04-10 19:20:04 -04:00
parent 723ba56cbe
commit 719570a83d
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>