mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
Export resources/ directory on all platforms
This commit is contained in:
parent
c2763846c7
commit
495efc4291
1 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ platform="Mac OSX"
|
|||
runnable=true
|
||||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter="levels/*, scripts/*"
|
||||
include_filter="levels/*, scripts/*, resources/*"
|
||||
exclude_filter="dependencies/*, cache/*"
|
||||
export_path=""
|
||||
patch_list=PoolStringArray( )
|
||||
|
@ -64,7 +64,7 @@ platform="Windows Desktop"
|
|||
runnable=true
|
||||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter="levels/*, scripts/*"
|
||||
include_filter="levels/*, scripts/*, resources/*"
|
||||
exclude_filter="dependencies/*, cache/*"
|
||||
export_path=""
|
||||
patch_list=PoolStringArray( )
|
||||
|
@ -106,7 +106,7 @@ platform="HTML5"
|
|||
runnable=true
|
||||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter="levels/*, scripts/*"
|
||||
include_filter="levels/*, scripts/*, resources/*"
|
||||
exclude_filter="dependencies/*, cache/*"
|
||||
export_path=""
|
||||
patch_list=PoolStringArray( )
|
||||
|
|
Loading…
Reference in a new issue