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:
commit
dbcec6125f
@ -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),
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user