diff --git a/client/export_presets.cfg b/client/export_presets.cfg index e83c66d..c45e793 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="" +include_filter="addons/*,*.txt" exclude_filter="" export_path="" patch_list=PoolStringArray( ) @@ -47,7 +47,7 @@ platform="Windows Desktop" runnable=false custom_features="" export_filter="all_resources" -include_filter="" +include_filter="addons/*,*.txt" exclude_filter="" export_path="" patch_list=PoolStringArray( ) @@ -89,7 +89,7 @@ platform="Linux/X11" runnable=true custom_features="" export_filter="all_resources" -include_filter="" +include_filter="addons/*,*.txt" exclude_filter="" export_path="" patch_list=PoolStringArray( ) @@ -115,7 +115,7 @@ platform="HTML5" runnable=true custom_features="" export_filter="all_resources" -include_filter="" +include_filter="addons/*,*.txt" exclude_filter="" export_path="" patch_list=PoolStringArray( ) @@ -138,7 +138,7 @@ platform="Mac OSX" runnable=true custom_features="" export_filter="all_resources" -include_filter="" +include_filter="addons/*,*.txt" exclude_filter="" export_path="" patch_list=PoolStringArray( )