File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ enable_incremental_version=false
182
182
enable_incremental_android_version_code=false
183
183
184
184
# Local resource cache folder for deployer script. This folder will be added to gitignore if exists
185
- resource_cache_local=" ./. cache_deployer"
185
+ resource_cache_local=" .cache_deployer"
186
186
187
187
# If true, add `-l yes` build param for publish live content
188
188
is_live_content=false
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ enable_incremental_version=false
60
60
enable_incremental_android_version_code=false
61
61
62
62
# Local resource cache folder for deployer script. This folder will be added to gitignore if exists
63
- resource_cache_local="./. deployer_cache"
63
+ resource_cache_local=".deployer_cache"
64
64
65
65
# If true, add `-l yes` build param for publish live content
66
66
is_live_content=false
You can’t perform that action at this time.
0 commit comments