From e90591c306b62fec4060dfc4c3e93f598808c7fc Mon Sep 17 00:00:00 2001 From: 2ManyProjects Date: Thu, 20 Feb 2025 22:33:38 -0600 Subject: [PATCH] removed build from bueing included in the build --- export_presets.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index 8cad33b..e84696c 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -8,7 +8,7 @@ dedicated_server=false custom_features="" export_filter="all_resources" include_filter="Assets/*" -exclude_filter="" +exclude_filter="build/" export_path="build/Linux/ChessBuilder.x86_64" encryption_include_filters="" encryption_exclude_filters="" @@ -48,7 +48,7 @@ dedicated_server=false custom_features="" export_filter="all_resources" include_filter="Assets/*" -exclude_filter="" +exclude_filter="build/" export_path="build/Windows/ChessBuilder.exe" encryption_include_filters="" encryption_exclude_filters=""