From 799f61f8f9a76043cce4a7f75d0ff3fc0415cfb9 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sat, 16 May 2020 21:50:19 -0400 Subject: [PATCH] Test --- client/export_presets.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/export_presets.cfg b/client/export_presets.cfg index c45e793..b9367e2 100644 --- a/client/export_presets.cfg +++ b/client/export_presets.cfg @@ -5,7 +5,7 @@ platform="Windows Desktop" runnable=true custom_features="" export_filter="all_resources" -include_filter="addons/*,*.txt" +include_filter="*" exclude_filter="" export_path="" patch_list=PoolStringArray( ) @@ -47,7 +47,7 @@ platform="Windows Desktop" runnable=false custom_features="" export_filter="all_resources" -include_filter="addons/*,*.txt" +include_filter="*" exclude_filter="" export_path="" patch_list=PoolStringArray( ) @@ -89,7 +89,7 @@ platform="Linux/X11" runnable=true custom_features="" export_filter="all_resources" -include_filter="addons/*,*.txt" +include_filter="*" exclude_filter="" export_path="" patch_list=PoolStringArray( ) @@ -115,7 +115,7 @@ platform="HTML5" runnable=true custom_features="" export_filter="all_resources" -include_filter="addons/*,*.txt" +include_filter="*" exclude_filter="" export_path="" patch_list=PoolStringArray( ) @@ -138,7 +138,7 @@ platform="Mac OSX" runnable=true custom_features="" export_filter="all_resources" -include_filter="addons/*,*.txt" +include_filter="*" exclude_filter="" export_path="" patch_list=PoolStringArray( )