From 560b04bba20eac69a6d565bb17801a6208143bad Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Sun, 15 Mar 2026 22:44:51 +0100 Subject: [PATCH] fix: update exclude_filter for Web and Linux presets to exclude .blend files --- export_presets.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index e41ce65..d4b4995 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -7,7 +7,7 @@ dedicated_server=false custom_features="" export_filter="all_resources" include_filter="" -exclude_filter="" +exclude_filter="*.blend" export_path="" patches=PackedStringArray() patch_delta_encoding=false @@ -50,15 +50,15 @@ threads/godot_pool_size=4 [preset.1] -name="Linux/X11\"" +name="Linux/X11" platform="Linux" runnable=true dedicated_server=false custom_features="" export_filter="all_resources" include_filter="" -exclude_filter="" -export_path="" +exclude_filter="*.blend" +export_path="" patches=PackedStringArray() patch_delta_encoding=false patch_delta_compression_level_zstd=19 @@ -104,7 +104,7 @@ dedicated_server=false custom_features="" export_filter="all_resources" include_filter="" -exclude_filter="" +exclude_filter="*.blend" export_path="" patches=PackedStringArray() patch_delta_encoding=false