removed build from bueing included in the build
This commit is contained in:
parent
29bb6d7169
commit
e90591c306
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ dedicated_server=false
|
|||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter="Assets/*"
|
||||
exclude_filter=""
|
||||
exclude_filter="build/"
|
||||
export_path="build/Linux/ChessBuilder.x86_64"
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
|
|
@ -48,7 +48,7 @@ dedicated_server=false
|
|||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter="Assets/*"
|
||||
exclude_filter=""
|
||||
exclude_filter="build/"
|
||||
export_path="build/Windows/ChessBuilder.exe"
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue