This commit is contained in:
2020-05-16 21:50:19 -04:00
parent 922d8fdbc7
commit 799f61f8f9

View File

@ -5,7 +5,7 @@ platform="Windows Desktop"
runnable=true runnable=true
custom_features="" custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="addons/*,*.txt" include_filter="*"
exclude_filter="" exclude_filter=""
export_path="" export_path=""
patch_list=PoolStringArray( ) patch_list=PoolStringArray( )
@ -47,7 +47,7 @@ platform="Windows Desktop"
runnable=false runnable=false
custom_features="" custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="addons/*,*.txt" include_filter="*"
exclude_filter="" exclude_filter=""
export_path="" export_path=""
patch_list=PoolStringArray( ) patch_list=PoolStringArray( )
@ -89,7 +89,7 @@ platform="Linux/X11"
runnable=true runnable=true
custom_features="" custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="addons/*,*.txt" include_filter="*"
exclude_filter="" exclude_filter=""
export_path="" export_path=""
patch_list=PoolStringArray( ) patch_list=PoolStringArray( )
@ -115,7 +115,7 @@ platform="HTML5"
runnable=true runnable=true
custom_features="" custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="addons/*,*.txt" include_filter="*"
exclude_filter="" exclude_filter=""
export_path="" export_path=""
patch_list=PoolStringArray( ) patch_list=PoolStringArray( )
@ -138,7 +138,7 @@ platform="Mac OSX"
runnable=true runnable=true
custom_features="" custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="addons/*,*.txt" include_filter="*"
exclude_filter="" exclude_filter=""
export_path="" export_path=""
patch_list=PoolStringArray( ) patch_list=PoolStringArray( )