From 719570a83d5b2d73bec417b10546408a81d72719 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Wed, 10 Apr 2024 19:20:04 -0400 Subject: [PATCH] add bsg folder to path checks --- SPTInstaller/Helpers/FileHelper.cs | 1 + SPTInstaller/SPTInstaller.csproj | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SPTInstaller/Helpers/FileHelper.cs b/SPTInstaller/Helpers/FileHelper.cs index 960b568..531ae98 100644 --- a/SPTInstaller/Helpers/FileHelper.cs +++ b/SPTInstaller/Helpers/FileHelper.cs @@ -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), diff --git a/SPTInstaller/SPTInstaller.csproj b/SPTInstaller/SPTInstaller.csproj index 00fc406..8c58ba9 100644 --- a/SPTInstaller/SPTInstaller.csproj +++ b/SPTInstaller/SPTInstaller.csproj @@ -9,8 +9,8 @@ icon.ico Assets\icon.ico Debug;Release;TEST - 2.56 - 2.56 + 2.57 + 2.57 SPT-AKI