This commit is contained in:
2020-05-16 21:46:25 -04:00
parent 3da10e69f1
commit 922d8fdbc7

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="" include_filter="addons/*,*.txt"
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="" include_filter="addons/*,*.txt"
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="" include_filter="addons/*,*.txt"
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="" include_filter="addons/*,*.txt"
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="" include_filter="addons/*,*.txt"
exclude_filter="" exclude_filter=""
export_path="" export_path=""
patch_list=PoolStringArray( ) patch_list=PoolStringArray( )